Changeset 6080 for branches/eam_rel9_p0/psModules/src/astrom/pmFPA.h
- Timestamp:
- Jan 19, 2006, 11:47:06 PM (21 years ago)
- File:
-
- 1 edited
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPA.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPA.h
r6062 r6080 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-01-20 0 2:36:41$9 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-01-20 09:47:06 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 153 153 psImage *mask; ///< Mask of input image 154 154 psImage *weight; ///< Weight of input image 155 psList *bias; ///< Overscan images 155 156 psMetadata *analysis; ///< Readout-level analysis metadata 156 157 pmCell *parent; ///< Parent cell … … 261 262 ); 262 263 264 bool pmChipSelectCell(pmChip *chip, 265 int cellNum 266 ); 267 263 268 /** 264 269 * … … 275 280 ); 276 281 282 int pmChipExcludeCell(pmChip *chip, 283 int cellNum 284 ); 277 285 278 286 // Set the weights and masks within a cell, based on the gain and RN
Note:
See TracChangeset
for help on using the changeset viewer.
