Changeset 5974 for branches/eam_rel9_p0/psModules/src/astrom/pmAstrometry.h
- Timestamp:
- Jan 13, 2006, 5:10:19 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmAstrometry.h
r5795 r5974 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.5.2.1 $ $Name: not supported by cvs2svn $11 * @date $Date: 200 5-12-17 03:18:38$10 * @version $Revision: 1.5.2.1.2.1 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-01-14 03:10:19 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 96 96 psArray *cells; ///< The cells (referred to by name) 97 97 pmFPA *parent; ///< Parent FPA 98 bool valid; ///< Do we bother about reading and working with this chip? 98 bool process; ///< Do we bother about reading and working with this chip? 99 bool exists; ///< Does the chip exist --- has it been read in? 99 100 p_pmHDU *hdu; ///< FITS data 100 101 } … … 125 126 psArray *readouts; ///< The readouts (referred to by number) 126 127 pmChip *parent; ///< Parent chip 127 bool valid; ///< Do we bother about reading and working with this cell? 128 bool process; ///< Do we bother about reading and working with this cell? 129 bool exists; ///< Does the cell exist --- has it been read in? 128 130 p_pmHDU *hdu; ///< FITS data 129 131 }
Note:
See TracChangeset
for help on using the changeset viewer.
