Changeset 21363 for trunk/psModules/src/imcombine/pmReadoutCombine.h
- Timestamp:
- Feb 5, 2009, 4:31:25 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.h
r21183 r21363 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2009-0 1-27 06:39:38$7 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2009-02-06 02:31:25 $ 9 9 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 22 22 typedef struct { 23 23 psStatsOptions combine; ///< Statistic to use when performing the combination 24 psImageMaskType maskVal; ///< Mask value25 psImageMaskType blank; ///< Mask value to give blank (i.e., no data) pixels24 psImageMaskType maskVal; ///< Mask value 25 psImageMaskType blank; ///< Mask value to give blank (i.e., no data) pixels 26 26 int nKeep; ///< Mimimum number of pixels to keep 27 27 float fracHigh; ///< Fraction of high pixels to immediately throw … … 29 29 int iter; ///< Number of iterations for clipping (for CLIPPED_MEAN only) 30 30 float rej; ///< Rejection threshould for clipping (for CLIPPED_MEAN only) 31 bool weights; ///< Use the supplied weights (instead of calculated stdev)?31 bool variances; ///< Use the supplied variances (instead of calculated stdev)? 32 32 } pmCombineParams; 33 33 … … 41 41 /// Combine multiple readouts, applying zero and scale, with optional minmax clipping 42 42 bool pmReadoutCombine(pmReadout *output,///< Output readout; altered and returned 43 const psArray *inputs, ///< Array of input readouts (F32 image and weight, U8 mask)43 const psArray *inputs, ///< Array of input readouts 44 44 const psVector *zero, ///< Zero corrections to subtract from input, or NULL 45 45 const psVector *scale, ///< Scale corrections to divide into input, or NULL
Note:
See TracChangeset
for help on using the changeset viewer.
