Changeset 16842 for trunk/ppMerge/src/ppMergeOptions.h
- Timestamp:
- Mar 6, 2008, 10:49:03 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.h
r15953 r16842 21 21 bool zero; // Subtract background before combining? 22 22 bool scale; // Scale by the background before combining? 23 bool dark time; // Normalise by the dark time (time since flush)?23 bool dark; // Generate dark? 24 24 bool fringe; // Make fringe measurements? 25 25 bool shutter; // Generate shutter correction? … … 37 37 float maskSuspect; // Threshold for identifying suspect pixels 38 38 float maskBad; // Threshold for identifying bad pixels 39 bool statsByChip; // measure statistics for masking by chip or readout?40 pmMaskIdentifyMode maskMode; // how to set the limit based on the threshold value above?39 bool statsByChip; // measure statistics for masking by chip or readout? 40 pmMaskIdentifyMode maskMode; // how to set the limit based on the threshold value above? 41 41 ppOnOff onOff; // On/off pairs? 42 42 pmCombineParams *combine; // Combination parameters … … 44 44 psMaskType badMask; // Mask value for bad (low) pixels 45 45 int growPixels; 46 psArray *darkOrdinates; // Ordinates for dark combination 46 47 } ppMergeOptions; 47 48
Note:
See TracChangeset
for help on using the changeset viewer.
