Changeset 18843 for trunk/psModules/src/camera/pmFPA.h
- Timestamp:
- Jul 31, 2008, 5:16:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.h
r18830 r18843 6 6 * @author Eugene Magnier, IfA 7 7 * 8 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2008-08-01 0 0:01:25$8 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-08-01 03:16:10 $ 10 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 11 */ … … 13 13 #ifndef PM_FPA_H 14 14 #define PM_FPA_H 15 16 #include <pslib.h> 17 #include <pmHDU.h> 15 18 16 19 /// @addtogroup Camera Camera Layout … … 127 130 bool file_exists; ///< Does the file for this readout exist (read case only)? 128 131 bool data_exists; ///< Does the data for this readout exist (read case only)? 129 int thisImageScan; ///< start scan for next/current read130 int lastImageScan; ///< start scan of the last read131 int thisMaskScan; ///< start scan for next/current read132 int lastMaskScan; ///< start scan of the last read133 int thisWeightScan; ///< start scan for next/current read134 int lastWeightScan; ///< start scan of the last read132 int thisImageScan; ///< start scan for next/current read 133 int lastImageScan; ///< start scan of the last read 134 int thisMaskScan; ///< start scan for next/current read 135 int lastMaskScan; ///< start scan of the last read 136 int thisWeightScan; ///< start scan for next/current read 137 int lastWeightScan; ///< start scan of the last read 135 138 } pmReadout; 136 139
Note:
See TracChangeset
for help on using the changeset viewer.
