Changeset 5485
- Timestamp:
- Nov 7, 2005, 4:42:13 PM (21 years ago)
- Location:
- trunk/doc/modules
- Files:
-
- 2 edited
-
CameraImages.tex (modified) (1 diff)
-
ChangeLogSDRS.tex (modified) (2 diffs)
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} -
trunk/doc/modules/ChangeLogSDRS.tex
r5463 r5485 1 %%% $Id: ChangeLogSDRS.tex,v 1.3 8 2005-11-03 03:20:46price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.39 2005-11-08 02:42:08 price Exp $ 2 2 3 3 \subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)} … … 170 170 to act only on the region of the readout image specified by 171 171 \code{CELL.TRIMSEC} 172 \item Added \code{p_pmHDU}. 172 173 \end{itemize}
Note:
See TracChangeset
for help on using the changeset viewer.
