pmChip Struct Reference
[Camera Layout]

#include <pmFPA.h>

Collaboration diagram for pmChip:

Collaboration graph
[legend]

Detailed Description

A chip (contiguous detector element).

The chip is the mid-level camera structure, being part of an FPA, and consisting of one or more cells (e.g., a CCD). It also contains the concepts metadata appropriate to this level, a summary of analysis tasks that have been performed, status flags, any HDU that corresponds to this level for the file of interest, and astrometric transformations. The astrometric transformations provide transforms between the chip and FPA coordinates and back.

Definition at line 56 of file pmFPA.h.

Data Fields

psPlaneTransform * toFPA
 Transformation from chip to FPA coordinates, or NULL.
psPlaneTransform * fromFPA
 Transformation from FPA to chip coordinates, or NULL.
psMetadata * concepts
 Chip-level concepts.
unsigned int conceptsRead
 Which concepts have been read; see pmConceptsSource.
psMetadata * analysis
 Chip-level analysis metadata.
psArray * cells
 The component cells.
pmFPAparent
 Parent FPA.
bool process
 Do we bother about reading and working with this chip?
bool file_exists
 Does the file for this chip exist (read case only)?
bool data_exists
 Does the data for this chip exist (read case only)?
pmHDUhdu
 FITS header data unit of interest,.


Field Documentation

psPlaneTransform* pmChip::toFPA

Transformation from chip to FPA coordinates, or NULL.

Definition at line 60 of file pmFPA.h.

psPlaneTransform* pmChip::fromFPA

Transformation from FPA to chip coordinates, or NULL.

Definition at line 61 of file pmFPA.h.

psMetadata* pmChip::concepts

Chip-level concepts.

Definition at line 64 of file pmFPA.h.

unsigned int pmChip::conceptsRead

Which concepts have been read; see pmConceptsSource.

Definition at line 65 of file pmFPA.h.

psMetadata* pmChip::analysis

Chip-level analysis metadata.

Definition at line 66 of file pmFPA.h.

psArray* pmChip::cells

The component cells.

Definition at line 67 of file pmFPA.h.

pmFPA* pmChip::parent

Parent FPA.

Definition at line 68 of file pmFPA.h.

bool pmChip::process

Do we bother about reading and working with this chip?

Definition at line 69 of file pmFPA.h.

bool pmChip::file_exists

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

Definition at line 70 of file pmFPA.h.

bool pmChip::data_exists

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

Definition at line 71 of file pmFPA.h.

pmHDU* pmChip::hdu

FITS header data unit of interest,.

Definition at line 72 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