pmCell Struct Reference
[AstroImage]

#include <pmAstrometry.h>

Collaboration diagram for pmCell:

Collaboration graph
[legend]

Detailed Description

Cell data structure.

A cell consists of one or more readouts. It also contains a pointer to the cell's metadata, and its parent chip. On the astrometry side, it also contains coordinate transforms from the cell to chip, from the cell to focal-plane, as well as a "quick and dirty" tranform from the cell to sky coordinates.

Definition at line 110 of file pmAstrometry.h.

Data Fields

int col0
 Offset from the left of chip.
int row0
 Offset from the bottom of chip.
psPlaneTransform * toChip
 Transformations from cell to chip coordinates.
psPlaneTransform * toFPA
 Transformations from cell to FPA coordinates.
psPlaneTransform * toSky
 Transformations from cell to sky coordinates.
psMetadata * concepts
 Cache for PS concepts.
psMetadata * camera
 Camera Info.
psMetadata * analysis
 Cell-level analysis metadata.
psArray * readouts
 The readouts (referred to by number).
pmChipparent
 Parent chip.
bool valid
 Do we bother about reading and working with this cell?
p_pmHDUprivate
 FITS data.


Field Documentation

int pmCell::col0
 

Offset from the left of chip.

Definition at line 113 of file pmAstrometry.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 13 13:38:30 2005 for Pan-STARRS Module Library by  doxygen 1.4.5