pmHDU Struct Reference
[Camera Layout]

#include <pmHDU.h>


Detailed Description

An instance of the FITS Header Data Unit.

Of course, it is not an exact replica of a FITS HDU --- they have no mask and weight data, but these are stored here for convenience --- it keeps all the relevant data about the image in one place.

Definition at line 21 of file pmHDU.h.

Data Fields

psString extname
 The extension name.
bool blankPHU
 Is this a blank FITS Primary Header Unit, i.e., no data?
psMetadata * format
 The camera format.
psMetadata * header
 The FITS header, or NULL if primary for FITS; or section info.
psArray * images
 The pixel data.
psArray * weights
 The pixel data.
psArray * masks
 The pixel data.


Field Documentation

psString pmHDU::extname

The extension name.

Definition at line 23 of file pmHDU.h.

bool pmHDU::blankPHU

Is this a blank FITS Primary Header Unit, i.e., no data?

Definition at line 24 of file pmHDU.h.

psMetadata* pmHDU::format

The camera format.

Definition at line 25 of file pmHDU.h.

psMetadata* pmHDU::header

The FITS header, or NULL if primary for FITS; or section info.

Definition at line 26 of file pmHDU.h.

psArray* pmHDU::images

The pixel data.

Definition at line 27 of file pmHDU.h.

psArray* pmHDU::weights

The pixel data.

Definition at line 28 of file pmHDU.h.

psArray* pmHDU::masks

The pixel data.

Definition at line 29 of file pmHDU.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:36:01 2007 for Pan-STARRS Module Library by  doxygen 1.5.1