Changeset 17228 for trunk/psModules/src/imcombine/pmReadoutCombine.h
- Timestamp:
- Mar 28, 2008, 5:10:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.h
r13591 r17228 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-06-02 03:51:03$7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-03-29 03:10:17 $ 9 9 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 20 20 /// These values define how the combination is performed, and should not vary by detector, so that it can be 21 21 /// re-used for multiple combinations. 22 typedef struct 23 { 22 typedef struct { 24 23 psStatsOptions combine; ///< Statistic to use when performing the combination 25 24 psMaskType maskVal; ///< Mask value … … 31 30 float rej; ///< Rejection threshould for clipping (for CLIPPED_MEAN only) 32 31 bool weights; ///< Use the supplied weights (instead of calculated stdev)? 33 } 34 pmCombineParams; 32 } pmCombineParams; 35 33 36 34 // Allocator for pmCombineParams
Note:
See TracChangeset
for help on using the changeset viewer.
