Changeset 25964 for branches/pap/psModules/src/imcombine/pmStack.h
- Timestamp:
- Oct 28, 2009, 5:35:05 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psModules/src/imcombine/pmStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/imcombine/pmStack.h
r23577 r25964 30 30 psPixels *reject; ///< Pixels to reject 31 31 psPixels *inspect; ///< Pixels to inspect 32 psPixels *discard; ///< Pixels to discard 32 33 float weight; ///< Relative weighting for image 33 34 float addVariance; ///< Additional variance when rejecting … … 49 50 float rej, ///< Rejection limit (standard deviations) 50 51 float sys, ///< Relative systematic error 51 float discard, ///< Fraction of values to discard for Olympic weighted mean 52 bool entire, ///< Combine entire image even if rejection lists provided? 52 float olympic, ///< Fraction of values to discard for Olympic weighted mean 53 53 bool useVariance, ///< Use variance values for rejection? 54 54 bool safe, ///< Play safe with small numbers of input pixels (mask if N <= 2)? 55 bool reject Inspect///< Reject pixels instead of marking them for inspection?55 bool rejection ///< Reject pixels instead of marking them for inspection? 56 56 ); 57 57
Note:
See TracChangeset
for help on using the changeset viewer.
