pmCell Struct Reference
[Camera Layout]

#include <pmFPA.h>

Collaboration diagram for pmCell:

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 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.
pmChipparent
 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)?
pmHDUhdu
 FITS header data unit of interest.


Field Documentation

psMetadata* pmCell::concepts

Cell-level concepts.

Definition at line 95 of file pmFPA.h.

unsigned int pmCell::conceptsRead

Which concepts have been read; see pmConceptsSource.

Definition at line 96 of file pmFPA.h.

psMetadata* pmCell::config

Cell configuration information (from CELLS in the camera config).

Definition at line 97 of file pmFPA.h.

psMetadata* pmCell::analysis

Cell-level analysis metadata.

Definition at line 98 of file pmFPA.h.

psArray* pmCell::readouts

The component readouts.

Definition at line 99 of file pmFPA.h.

pmChip* pmCell::parent

Parent chip.

Definition at line 100 of file pmFPA.h.

bool pmCell::process

Do we bother about reading and working with this cell?

Definition at line 101 of file pmFPA.h.

bool pmCell::file_exists

Does the file for this cell exist (read case only)?

Definition at line 102 of file pmFPA.h.

bool pmCell::data_exists

Does the data for this cell exist (read case only)?

Definition at line 103 of file pmFPA.h.

pmHDU* pmCell::hdu

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  doxygen 1.5.1