#include <pmAstrometry.h>
Collaboration diagram for pmCell:

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). | |
| pmChip * | parent |
| Parent chip. | |
| bool | valid |
| Do we bother about reading and working with this cell? | |
| p_pmHDU * | private |
| FITS data. | |
|
|
Offset from the left of chip.
Definition at line 113 of file pmAstrometry.h. |
1.4.5