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

pmReadout Struct Reference
[AstroImage]

#include <pmAstrometry.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 136 of file pmAstrometry.h.

Data Fields

int col0
 Offset from the left of chip.
int row0
 Offset from the bottom of chip.
int colBins
 Amount of binning in x-dimension.
int rowBins
 Amount of binning in y-dimension.
psImage * image
 Imaging area of readout.
psImage * mask
 Mask of input image.
psMetadata * analysis
 Readout-level analysis metadata.
psMetadata * concepts
 Cache for PS Concepts.
pmCellparent
 Parent cell.


Field Documentation

psMetadata* pmReadout::analysis
 

Readout-level analysis metadata.

Definition at line 149 of file pmAstrometry.h.

int pmReadout::col0
 

Offset from the left of chip.

Definition at line 139 of file pmAstrometry.h.

int pmReadout::colBins
 

Amount of binning in x-dimension.

Definition at line 141 of file pmAstrometry.h.

psMetadata* pmReadout::concepts
 

Cache for PS Concepts.

Definition at line 150 of file pmAstrometry.h.

psImage* pmReadout::image
 

Imaging area of readout.

Definition at line 144 of file pmAstrometry.h.

psImage* pmReadout::mask
 

Mask of input image.

Definition at line 148 of file pmAstrometry.h.

pmCell* pmReadout::parent
 

Parent cell.

Definition at line 151 of file pmAstrometry.h.

int pmReadout::row0
 

Offset from the bottom of chip.

Definition at line 140 of file pmAstrometry.h.

int pmReadout::rowBins
 

Amount of binning in y-dimension.

Definition at line 142 of file pmAstrometry.h.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 13 14:29:36 2005 for Pan-STARRS Module Library by  doxygen 1.4.2