- Timestamp:
- Mar 27, 2008, 1:28:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/psModules/src/imcombine/pmReadoutCombine.h
r13591 r17155 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-06-02 03:51:03$7 * @version $Revision: 1.12.24.1 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-03-27 23:28:38 $ 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.
