pmFPA Struct Reference
[Camera Layout]

#include <pmFPA.h>

Collaboration diagram for pmFPA:

Collaboration graph
[legend]

Detailed Description

Focal plane array (the entirety of the camera).

The FPA is the top-level camera structure, and consists of one or more chips. It also contains the concepts metadata appropriate to this level, a summary of analysis tasks that have been performed, the camera configuration information, any HDU that corresponds to this level for the file of interest, and astrometric transformations. The astrometric transformations encode how to transform from the tangent plane to the sky, and back.

Definition at line 31 of file pmFPA.h.

Data Fields

psPlaneTransform * fromTPA
 Transformation from tangent plane to focal plane, or NULL.
psPlaneTransform * toTPA
 Transformation from focal plane to tangent plane, or NULL.
psProjection * toSky
 Projection from tangent plane to sky, or NULL.
psMetadata * concepts
 FPA-level concepts.
unsigned int conceptsRead
 Which concepts have been read; see pmConceptsSource.
psMetadata * analysis
 FPA-level analysis metadata.
const psMetadata * camera
 Camera configuration.
psArray * chips
 The component chips.
pmHDUhdu
 FITS header data unit of interest, or NULL.


Field Documentation

psPlaneTransform* pmFPA::fromTPA

Transformation from tangent plane to focal plane, or NULL.

Definition at line 35 of file pmFPA.h.

psPlaneTransform* pmFPA::toTPA

Transformation from focal plane to tangent plane, or NULL.

Definition at line 36 of file pmFPA.h.

psProjection* pmFPA::toSky

Projection from tangent plane to sky, or NULL.

Definition at line 37 of file pmFPA.h.

psMetadata* pmFPA::concepts

FPA-level concepts.

Definition at line 40 of file pmFPA.h.

unsigned int pmFPA::conceptsRead

Which concepts have been read; see pmConceptsSource.

Definition at line 41 of file pmFPA.h.

psMetadata* pmFPA::analysis

FPA-level analysis metadata.

Definition at line 42 of file pmFPA.h.

const psMetadata* pmFPA::camera

Camera configuration.

Definition at line 43 of file pmFPA.h.

psArray* pmFPA::chips

The component chips.

Definition at line 44 of file pmFPA.h.

pmHDU* pmFPA::hdu

FITS header data unit of interest, or NULL.

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