Changeset 6518
- Timestamp:
- Mar 3, 2006, 5:03:28 PM (20 years ago)
- File:
-
- 1 edited
-
branches/rel10_ifa/psModules/src/astrom/pmFPA.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPA.h
r6448 r6518 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1.4. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 2-17 17:13:41$9 * @version $Revision: 1.1.4.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-03-04 03:03:28 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 24 24 /// @{ 25 25 26 // XXX: Is this correct? Must determine what p_pmHDU is.27 // XXX: Create the p_pmHDU alloc/free.28 typedef struct29 {30 const char *extname; // Extension name, if it corresponds to this level31 psMetadata *header; // The FITS header, if it corresponds to this level32 psArray *images; // The pixel data, if it corresponds to this level33 psArray *masks; // The mask data, if it corresponds to this level34 psArray *weights; // The weight data, if it corresponds to this level35 }36 p_pmHDU;37 26 38 27 /** Focal plane data structure … … 63 52 const psMetadata *camera; ///< Camera configuration 64 53 psArray *chips; ///< The chips 65 p_pmHDU *hdu; ///< FITS data 66 psMetadata *phu; ///< Primary Header 54 pmHDU *hdu; ///< FITS data 67 55 } 68 56 pmFPA; … … 97 85 bool process; ///< Do we bother about reading and working with this chip? 98 86 bool exists; ///< Does the chip exist --- has it been read in? 99 p _pmHDU *hdu;///< FITS data87 pmHDU *hdu; ///< FITS data 100 88 } 101 89 pmChip; … … 127 115 bool process; ///< Do we bother about reading and working with this cell? 128 116 bool exists; ///< Does the cell exist --- has it been read in? 129 p _pmHDU *hdu;///< FITS data117 pmHDU *hdu; ///< FITS data 130 118 } 131 119 pmCell; … … 143 131 typedef struct 144 132 { 145 // Position on the cell146 // XXX: These may be removed in the future; use parent->concepts instead?147 int col0; ///< Offset from the left of chip.148 int row0; ///< Offset from the bottom of chip.149 int colBins; ///< Amount of binning in x-dimension150 int rowBins; ///< Amount of binning in y-dimension151 // Information152 133 psImage *image; ///< Imaging area of readout 153 134 psImage *mask; ///< Mask of input image
Note:
See TracChangeset
for help on using the changeset viewer.
