#include <pmFPA.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 pmFPA.h.
Data Fields | |
| psMetadata * | concepts |
| Cache for PS concepts. | |
| unsigned int | conceptsRead |
| Which concepts have been read. | |
| psMetadata * | config |
| Cell configuration info. | |
| psMetadata * | analysis |
| Cell-level analysis metadata. | |
| psArray * | readouts |
| The readouts (referred to by number). | |
| pmChip * | parent |
| Parent chip. | |
| bool | process |
| Do we bother about reading and working with this cell? | |
| bool | file_exists |
| Does the file for this cell exist (read case only)? | |
| bool | data_exists |
| Does the data for this cell exist (read case only)? | |
| pmHDU * | hdu |
| FITS data. | |
|
|
Cache for PS concepts.
|
1.4.4