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

psCell Struct Reference
[Astrometry Functions]

#include <psAstrometry.h>

Collaboration diagram for psCell:

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 123 of file psAstrometry.h.

Data Fields

const psS32 col0
 Offset from the left of chip.
const psS32 row0
 Offset from the bottom of chip.
psArrayreadouts
 readouts from the cell
psMetadatametadata
 cell-level metadata
psPlaneTransformtoChip
 transformations from cell to chip coordinates
psPlaneTransformfromChip
 transformations from cell to chip coordinates
psPlaneTransformtoFPA
 transformations from cell to FPA coordinates
psPlaneTransformtoTP
 transformations from cell to FPA coordinates
psPlaneTransformtoSky
 transformations from cell to tangent plane coordinates
psChipparent
 chip in which contains this cell


Field Documentation

const psS32 psCell::col0
 

Offset from the left of chip.

Definition at line 125 of file psAstrometry.h.

psPlaneTransform* psCell::fromChip
 

transformations from cell to chip coordinates

Definition at line 133 of file psAstrometry.h.

psMetadata* psCell::metadata
 

cell-level metadata

Definition at line 130 of file psAstrometry.h.

struct psChip* psCell::parent
 

chip in which contains this cell

Definition at line 138 of file psAstrometry.h.

psArray* psCell::readouts
 

readouts from the cell

Definition at line 128 of file psAstrometry.h.

const psS32 psCell::row0
 

Offset from the bottom of chip.

Definition at line 126 of file psAstrometry.h.

psPlaneTransform* psCell::toChip
 

transformations from cell to chip coordinates

Definition at line 132 of file psAstrometry.h.

psPlaneTransform* psCell::toFPA
 

transformations from cell to FPA coordinates

Definition at line 134 of file psAstrometry.h.

psPlaneTransform* psCell::toSky
 

transformations from cell to tangent plane coordinates

Definition at line 136 of file psAstrometry.h.

psPlaneTransform* psCell::toTP
 

transformations from cell to FPA coordinates

Definition at line 135 of file psAstrometry.h.


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