#include <pmHDU.h>
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. | |
| psString pmHDU::extname |
| bool pmHDU::blankPHU |
| psMetadata* pmHDU::format |
| psMetadata* pmHDU::header |
| psArray* pmHDU::images |
| psArray* pmHDU::weights |
| psArray* pmHDU::masks |
1.5.1