Changeset 5485 for trunk/doc/modules/CameraImages.tex
- Timestamp:
- Nov 7, 2005, 4:42:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/CameraImages.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/CameraImages.tex
r5377 r5485 307 307 \code{false}. If all the \code{parent} pointers were correct, the 308 308 function shall return \code{true}. 309 310 311 Each 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} 314 typedef 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} 309 322 310 323 \subsection{Detector Coordinate Transformations}
Note:
See TracChangeset
for help on using the changeset viewer.
