IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2005, 4:42:13 PM (21 years ago)
Author:
Paul Price
Message:

Added p_pmHDU.

File:
1 edited

Legend:

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

    r5377 r5485  
    307307\code{false}.  If all the \code{parent} pointers were correct, the
    308308function shall return \code{true}.
     309
     310
     311Each of the levels in the hierarchy have a place to hold a
     312\code{p_pmHDU}, which is the disk representation of the image:
     313\begin{datatype}
     314typedef struct {
     315    const char *extname;                // Extension name, if it corresponds to this level
     316    psMetadata *header;                 // The FITS header, if it corresponds to this level
     317    psArray *images;                    // The pixel data, if it corresponds to this level
     318    psArray *masks;                     // The mask data, if it corresponds to this level
     319    psArray *weights;                   // The weight data, if it corresponds to this level
     320} p_pmHDU;
     321\end{datatype}
    309322
    310323\subsection{Detector Coordinate Transformations}
Note: See TracChangeset for help on using the changeset viewer.