Changeset 21183 for trunk/psModules/src/detrend/pmDark.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDark.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDark.h
r19432 r21183 37 37 int iter, // Number of rejection iterations 38 38 float rej, // Rejection threshold (standard deviations) 39 ps MaskType maskVal // Value to mask39 psImageMaskType maskVal // Value to mask 40 40 ); 41 41 … … 49 49 const psVector *orders, // Polynomial orders for each ordinate 50 50 const psVector *values, // Values for each ordinate 51 ps MaskType bad, // Value to give bad pixels51 psImageMaskType bad, // Value to give bad pixels 52 52 bool doNorm, // Normalise values? 53 53 float norm, // Value by which to normalise … … 58 58 bool pmDarkApply(pmReadout *readout, // Readout to which to apply dark 59 59 pmCell *dark, // Dark to apply 60 ps MaskType bad // Mask value to give bad pixels60 psImageMaskType bad // Mask value to give bad pixels 61 61 ); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.
