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

psReadout Struct Reference
[Astrometry Functions]

#include <psAstrometry.h>

Collaboration diagram for psReadout:

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 a pointer to the pixel data, and additional pointers to the objects found in the readout, and the readout metadata. It also contains the offset from the lower-left corner of the chip, in the case that the CCD was windowed.

Definition at line 96 of file psAstrometry.h.

Data Fields

const psS32 col0
 Offset from the left of chip.
const psS32 row0
 Offset from the bottom of chip.
const int colParity
 Column Readout Direction.
const int rowParity
 Row Readout Direction.
const psU32 colBins
 Amount of binning in x-dimension.
const psU32 rowBins
 Amount of binning in y-dimension.
psImageimage
 Imaging area of readout.
psImagemask
 Mask area for readout.
psListobjects
 Objects derived from Readout.
psMetadatametadata
 Readout-level metadata.


Field Documentation

const psS32 psReadout::col0
 

Offset from the left of chip.

Definition at line 98 of file psAstrometry.h.

const psU32 psReadout::colBins
 

Amount of binning in x-dimension.

Definition at line 104 of file psAstrometry.h.

const int psReadout::colParity
 

Column Readout Direction.

Definition at line 101 of file psAstrometry.h.

psImage* psReadout::image
 

Imaging area of readout.

Definition at line 107 of file psAstrometry.h.

psImage* psReadout::mask
 

Mask area for readout.

Definition at line 108 of file psAstrometry.h.

psMetadata* psReadout::metadata
 

Readout-level metadata.

Definition at line 110 of file psAstrometry.h.

psList* psReadout::objects
 

Objects derived from Readout.

Definition at line 109 of file psAstrometry.h.

const psS32 psReadout::row0
 

Offset from the bottom of chip.

Definition at line 99 of file psAstrometry.h.

const psU32 psReadout::rowBins
 

Amount of binning in y-dimension.

Definition at line 105 of file psAstrometry.h.

const int psReadout::rowParity
 

Row Readout Direction.

Definition at line 102 of file psAstrometry.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:13 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1