Changeset 12603 for trunk/psModules/src/camera/pmFPA.h
- Timestamp:
- Mar 27, 2007, 10:49:57 AM (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
r11253 r12603 6 6 * @author Eugene Magnier, IfA 7 7 * 8 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 1-24 02:54:14$8 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-27 20:49:57 $ 10 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 11 */ … … 44 44 psArray *chips; ///< The component chips 45 45 pmHDU *hdu; ///< FITS header data unit of interest, or NULL 46 bool wrote_phu; ///< Have we written a PHU at this level? (write case only) 46 47 } 47 48 pmFPA; … … 71 72 bool data_exists; ///< Does the data for this chip exist (read case only)? 72 73 pmHDU *hdu; ///< FITS header data unit of interest, 74 bool wrote_phu; ///< Have we written a PHU at this level? (write case only) 73 75 } 74 76 pmChip; … … 103 105 bool data_exists; ///< Does the data for this cell exist (read case only)? 104 106 pmHDU *hdu; ///< FITS header data unit of interest 107 bool wrote_phu; ///< Have we written a PHU at this level? (write case only) 105 108 } 106 109 pmCell;
Note:
See TracChangeset
for help on using the changeset viewer.
