Changeset 9832 for trunk/ppMerge/src/ppMergeOptions.h
- Timestamp:
- Nov 2, 2006, 12:30:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.h
r9463 r9832 22 22 bool scale; // Scale by the background before combining? 23 23 bool darktime; // Normalise by the dark time (time since flush)? 24 bool fringe; // Make fringe measurements? 24 25 bool shutter; // Generate shutter correction? 25 26 unsigned int sample; // Sampling factor for measuring the background 26 27 psStatsOptions mean; // Statistic to use to measure the mean 27 28 psStatsOptions stdev; // Statistic to use to measure the stdev 29 int fringeNum; // Number of fringe regions per cell 30 int fringeSize; // Size of fringe regions 31 int fringeSmoothX; // Number of smoothing regions per cell, in x 32 int fringeSmoothY; // Number of smoothing regions per cell, in y 28 33 int shutterSize; // Size for shutter measurement regions 29 34 int shutterIter; // Number of iterations for shutter measurement
Note:
See TracChangeset
for help on using the changeset viewer.
