Changeset 1997 for trunk/doc/modules/ModulesSDRS.tex
- Timestamp:
- Oct 7, 2004, 8:15:06 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/ModulesSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ModulesSDRS.tex
r1805 r1997 1 %%% $Id: ModulesSDRS.tex,v 1.1 5 2004-09-14 19:42:32eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.16 2004-10-07 18:15:06 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 362 362 \end{document} 363 363 364 365 366 367 368 364 \subsection{Subtract sky} 369 365 … … 611 607 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 612 608 609 610 \begin{verbatim} 611 char *pmCameraFromHeader (psFitsHeader *header); 612 \end{verbatim} 613 This function examines a primary header unit (\code{header}) and 614 determines the camera which provided the data. \tbr{the rules for 615 performing this analysis probably depend on the keywords such as 616 INSTRUME and TELESCOP. Should this function be a script so we can 617 easily add a new camera or should the rule set be defined by 618 configuration information?}. 619 620 \begin{verbatim} 621 bool pmCameraValidateHeaders (psHash *headers, psMetadata *camera); 622 \end{verbatim} 623 This funtion examines the collection of \code{headers} and, based on 624 the camera definitions in the metadata \code{camera}, determines if 625 the header set is consistent with the specified camera. 626 627 \begin{verbatim} 628 psFPA *pmFPAfromHeader (psList *header, psMetadata *camera); 629 \end{verbatim} 630 This funtion uses the collection of \code{headers} and the camera 631 definitions in the metadata \code{camera} to construct a complete 632 \code{psFPA} structure which represents the data described by the 633 collection of \code{headers}. The resulting \code{FPA} has all 634 possible structure elements defined but no space for pixel data should 635 be allocated.
Note:
See TracChangeset
for help on using the changeset viewer.
