Changeset 14201 for trunk/psModules/src/camera/pmFPA.h
- Timestamp:
- Jul 13, 2007, 5:17:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.h
r12696 r14201 6 6 * @author Eugene Magnier, IfA 7 7 * 8 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 3-30 21:12:56$8 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-07-14 03:17:18 $ 10 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 11 */ … … 41 41 psArray *chips; ///< The component chips 42 42 pmHDU *hdu; ///< FITS header data unit of interest, or NULL 43 bool wrote_phu; ///< Have we written a PHU at this level? (write case only)44 43 } 45 44 pmFPA; … … 69 68 bool data_exists; ///< Does the data for this chip exist (read case only)? 70 69 pmHDU *hdu; ///< FITS header data unit of interest, 71 bool wrote_phu; ///< Have we written a PHU at this level? (write case only)72 70 } 73 71 pmChip; … … 102 100 bool data_exists; ///< Does the data for this cell exist (read case only)? 103 101 pmHDU *hdu; ///< FITS header data unit of interest 104 bool wrote_phu; ///< Have we written a PHU at this level? (write case only)105 102 } 106 103 pmCell;
Note:
See TracChangeset
for help on using the changeset viewer.
