- Timestamp:
- Feb 2, 2009, 8:05:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/psModules/src/camera/pmHDU.h
r21211 r21264 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.9.22. 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2009-0 1-29 00:33:51$6 * @version $Revision: 1.9.22.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2009-02-02 18:05:38 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 22 22 /// Of course, it is not an exact replica of a FITS HDU --- they have no mask and variance data, but these are 23 23 /// stored here for convenience --- it keeps all the relevant data about the image in one place. 24 typedef struct 25 { 24 typedef struct { 26 25 psString extname; ///< The extension name 27 26 bool blankPHU; ///< Is this a blank FITS Primary Header Unit, i.e., no data? 28 27 psMetadata *format; ///< The camera format 29 28 psMetadata *header; ///< The FITS header, or NULL if primary for FITS; or section info 30 psArray *images; ///< The pixel data31 psArray *variances; ///< The pixel data32 psArray *masks; ///< The pixel data33 } 34 pmHDU;29 psArray *images; ///< Pixel data 30 psArray *variances; ///< Variance in the pixel data, or NULL 31 psArray *masks; ///< Mask for the pixel data, or NULL 32 psArray *covariances; ///< Covariance matrices (pmHDUCovariance), or NULL 33 } pmHDU; 35 34 36 35
Note:
See TracChangeset
for help on using the changeset viewer.
