Changeset 18843
- Timestamp:
- Jul 31, 2008, 5:16:10 PM (18 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
-
pmFPA.h (modified) (3 diffs)
-
pmFPAfile.h (modified) (2 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 -
trunk/psModules/src/camera/pmFPAfile.h
r17036 r18843 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-0 3-18 18:38:14$6 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-08-01 03:15:46 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 11 11 #ifndef PM_FPA_FILE_H 12 12 #define PM_FPA_FILE_H 13 14 #include <pslib.h> 15 16 #include <pmFPALevel.h> 17 #include <pmFPA.h> 18 #include <pmFPAview.h> 19 #include <pmDetrendDB.h> 13 20 14 21 /// @addtogroup Camera Camera Layout
Note:
See TracChangeset
for help on using the changeset viewer.
