Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pmReadout Struct Reference
[AstroImage]

#include <pmFPA.h>

Collaboration diagram for pmReadout:

Collaboration graph
[legend]

Detailed Description

Readout data structure.

A readout is the result of a single read of a cell (or a portion thereof). It contains the offset from the lower-left corner of the chip, in the case that the CCD was windowed, as well as the binning factors and parity (if the binning value is negative, then the parity is reversed). It also contains the pixel data, metadata containers for the concepts and analysis, and a link to the parent.

Definition at line 135 of file pmFPA.h.

Data Fields

int col0
 Column offset; non-zero if reading in columns bit by bit.
int row0
 Row offset; non-zero if reading in rows bit by bit.
psImage * image
 Imaging area of readout.
psImage * mask
 Mask of input image.
psImage * weight
 Weight of input image.
psList * bias
 Overscan images.
psMetadata * analysis
 Readout-level analysis metadata.
pmCellparent
 Parent cell.
bool process
 Do we bother about reading and working with this readout?
bool file_exists
 Does the file for this readout exist (read case only)?
bool data_exists
 Does the data for this readout exist (read case only)?


Field Documentation

int pmReadout::col0
 

Column offset; non-zero if reading in columns bit by bit.

Definition at line 137 of file pmFPA.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jul 3 14:25:05 2006 for Pan-STARRS Module Library by  doxygen 1.4.4