#include <psAstrometry.h>
Collaboration diagram for psCell:

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. | |
| psArray * | readouts |
| readouts from the cell | |
| psMetadata * | metadata |
| cell-level metadata | |
| psPlaneTransform * | toChip |
| transformations from cell to chip coordinates | |
| psPlaneTransform * | fromChip |
| transformations from cell to chip coordinates | |
| psPlaneTransform * | toFPA |
| transformations from cell to FPA coordinates | |
| psPlaneTransform * | toTP |
| transformations from cell to FPA coordinates | |
| psPlaneTransform * | toSky |
| transformations from cell to tangent plane coordinates | |
| psChip * | parent |
| chip in which contains this cell | |
|
|
Offset from the left of chip.
Definition at line 125 of file psAstrometry.h. |
|
|
transformations from cell to chip coordinates
Definition at line 133 of file psAstrometry.h. |
|
|
cell-level metadata
Definition at line 130 of file psAstrometry.h. |
|
|
chip in which contains this cell
Definition at line 138 of file psAstrometry.h. |
|
|
readouts from the cell
Definition at line 128 of file psAstrometry.h. |
|
|
Offset from the bottom of chip.
Definition at line 126 of file psAstrometry.h. |
|
|
transformations from cell to chip coordinates
Definition at line 132 of file psAstrometry.h. |
|
|
transformations from cell to FPA coordinates
Definition at line 134 of file psAstrometry.h. |
|
|
transformations from cell to tangent plane coordinates
Definition at line 136 of file psAstrometry.h. |
|
|
transformations from cell to FPA coordinates
Definition at line 135 of file psAstrometry.h. |
1.4.1