Changeset 18830 for trunk/psModules/src/camera/pmFPA.h
- Timestamp:
- Jul 31, 2008, 2:01:26 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.h
r17911 r18830 6 6 * @author Eugene Magnier, IfA 7 7 * 8 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2008-0 6-05 01:31:33$8 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-08-01 00:01:25 $ 10 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 11 */ … … 127 127 bool file_exists; ///< Does the file for this readout exist (read case only)? 128 128 bool data_exists; ///< Does the data for this readout exist (read case only)? 129 int imageScan, maskScan, weightScan;///< Separate tracking numbers for reading images incrementally 129 int thisImageScan; ///< start scan for next/current read 130 int lastImageScan; ///< start scan of the last read 131 int thisMaskScan; ///< start scan for next/current read 132 int lastMaskScan; ///< start scan of the last read 133 int thisWeightScan; ///< start scan for next/current read 134 int lastWeightScan; ///< start scan of the last read 130 135 } pmReadout; 131 136
Note:
See TracChangeset
for help on using the changeset viewer.
