#include <pmFPA.h>
Collaboration diagram for pmCell:
[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 93 of file pmFPA.h.
|
Data Fields |
| psMetadata * | concepts |
| | Cell-level concepts.
|
| unsigned int | conceptsRead |
| | Which concepts have been read; see pmConceptsSource.
|
| psMetadata * | config |
| | Cell configuration information (from CELLS in the camera config).
|
| psMetadata * | analysis |
| | Cell-level analysis metadata.
|
| psArray * | readouts |
| | The component readouts.
|
| 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 header data unit of interest.
|
Field Documentation
Cell-level concepts.
Definition at line 95 of file pmFPA.h.
Which concepts have been read; see pmConceptsSource.
Definition at line 96 of file pmFPA.h.
Cell configuration information (from CELLS in the camera config).
Definition at line 97 of file pmFPA.h.
Cell-level analysis metadata.
Definition at line 98 of file pmFPA.h.
The component readouts.
Definition at line 99 of file pmFPA.h.
Parent chip.
Definition at line 100 of file pmFPA.h.
Do we bother about reading and working with this cell?
Definition at line 101 of file pmFPA.h.
Does the file for this cell exist (read case only)?
Definition at line 102 of file pmFPA.h.
Does the data for this cell exist (read case only)?
Definition at line 103 of file pmFPA.h.
FITS header data unit of interest.
Definition at line 104 of file pmFPA.h.
The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:36:00 2007 for Pan-STARRS Module Library by
1.5.1