Changeset 7067 for trunk/ppMerge/src/ppMergeOptions.h
- Timestamp:
- May 4, 2006, 3:53:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.h
r7064 r7067 24 24 psStatsOptions background; // Statistic to use to measure the background 25 25 ppOnOff onOff; // On/off pairs? 26 psStatsOptions combine; // Statistic to use in combination 27 float rej; // Rejection level in combination (for sigma clipping) 28 unsigned int iter; // Number of iterations for combination (for sigma clipping) 29 float fracHigh; // Fraction of high pixels to throw 30 float fracLow; // Fraction of low pixels to throw 31 int nKeep; // Minimum number of pixels to keep 32 psMaskType maskVal; // Mask value 26 pmCombineParams *combine; // Combination parameters 33 27 } ppMergeOptions; 34 28 35 29 // Allocator 36 ppMergeOptions *ppMergeOptionsAlloc(psStatsOptions stat // Statistic to use in the merge 37 ); 30 ppMergeOptions *ppMergeOptionsAlloc(void); 38 31 39 32
Note:
See TracChangeset
for help on using the changeset viewer.
