Changeset 4757 for trunk/doc/modules/CameraImages.tex
- Timestamp:
- Aug 10, 2005, 5:05:26 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/CameraImages.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/CameraImages.tex
r4720 r4757 108 108 109 109 A readout is the result of a single read of a cell (or a portion 110 thereof). It contains the offset from the lower-left corner of 111 the chip, in the case that the CCD was windowed, as well as the 112 binning factors and parity (if the binning value is negative, then 113 the parity is reversed). It also contains the pixel data, metadata 114 containers for the concepts and analysis, and a link to the parent. 110 thereof). It contains the offset from the lower-left corner of the 111 chip, in the case that the CCD was windowed, as well as the binning 112 factors and parity (if the binning value is negative, then the parity 113 is reversed). It also contains the pixel data (with corresponding 114 mask), metadata containers for the concepts and analysis, and a link 115 to the parent. 115 116 116 117 \begin{verbatim} … … 123 124 // Information 124 125 psImage *image; // Imaging area of readout 126 psImage *mask; // Mask for image 125 127 psList *bias; // List of bias section (sub-)images 126 128 psMetadata *analysis; // Readout-level analysis metadata … … 398 400 have \code{valid} set to \code{true}. 399 401 400 \begin{datatype}401 typedef enum {402 PM_FPA_MORPH_LEFTRIGHT,403 PM_FPA_MORPH_IMAGEBIAS404 } pmFPAMorphOption;405 \end{datatype}406 407 402 \begin{prototype} 408 403 bool pmFPAMorph(pmFPA *toFPA, pmFPA *fromFPA, bool positionDependent, int chipNum, int cellNum); … … 439 434 information with which to write the FITS images. 440 435 436 \begin{prototype} 437 pmFPAWriteMask(psFits *fits, pmFPA *fpa); 438 \end{prototype} 439 440 \code{pmFPAWriteMask} is very similar to \code{pmFPAWrite}, but it 441 shall write the \code{mask} elements of the \code{pmReadout}s 442 comprinsing the \code{fpa}. 443 441 444 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 442 445
Note:
See TracChangeset
for help on using the changeset viewer.
