IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2004, 8:15:06 AM (22 years ago)
Author:
eugene
Message:

added entries for camera id & validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/ModulesSDRS.tex

    r1805 r1997  
    1 %%% $Id: ModulesSDRS.tex,v 1.15 2004-09-14 19:42:32 eugene Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.16 2004-10-07 18:15:06 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    362362\end{document}
    363363
    364 
    365 
    366 
    367 
    368364\subsection{Subtract sky}
    369365
     
    611607%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    612608
     609
     610\begin{verbatim}
     611char *pmCameraFromHeader (psFitsHeader *header);
     612\end{verbatim}
     613This function examines a primary header unit (\code{header}) and
     614determines 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}
     621bool  pmCameraValidateHeaders (psHash *headers, psMetadata *camera);
     622\end{verbatim}
     623This funtion examines the collection of \code{headers} and, based on
     624the camera definitions in the metadata \code{camera}, determines if
     625the header set is consistent with the specified camera.
     626
     627\begin{verbatim}
     628psFPA *pmFPAfromHeader (psList *header, psMetadata *camera);
     629\end{verbatim}
     630This funtion uses the collection of \code{headers} and the camera
     631definitions in the metadata \code{camera} to construct a complete
     632\code{psFPA} structure which represents the data described by the
     633collection of \code{headers}.  The resulting \code{FPA} has all
     634possible structure elements defined but no space for pixel data should
     635be allocated. 
Note: See TracChangeset for help on using the changeset viewer.