#include <pmFPA.h>
Collaboration diagram for pmChip:
[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.
|
| pmFPA * | parent |
| | 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)?
|
| pmHDU * | hdu |
| | FITS header data unit of interest,.
|
Field Documentation
Transformation from chip to FPA coordinates, or NULL.
Definition at line 60 of file pmFPA.h.
Transformation from FPA to chip coordinates, or NULL.
Definition at line 61 of file pmFPA.h.
Chip-level concepts.
Definition at line 64 of file pmFPA.h.
Which concepts have been read; see pmConceptsSource.
Definition at line 65 of file pmFPA.h.
Chip-level analysis metadata.
Definition at line 66 of file pmFPA.h.
The component cells.
Definition at line 67 of file pmFPA.h.
Parent FPA.
Definition at line 68 of file pmFPA.h.
Do we bother about reading and working with this chip?
Definition at line 69 of file pmFPA.h.
Does the file for this chip exist (read case only)?
Definition at line 70 of file pmFPA.h.
Does the data for this chip exist (read case only)?
Definition at line 71 of file pmFPA.h.
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
1.5.1