Changeset 9341 for trunk/ppMerge/src/ppMergeOptions.c
- Timestamp:
- Oct 5, 2006, 5:36:22 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.c
r9325 r9341 40 40 options->stdev = PS_STAT_SAMPLE_STDEV; 41 41 options->shutterSize = 10; 42 options->shutterIter = 2; 43 options->shutterRej = 3.0; 42 44 options->onOff = 0; 43 45 options->combine = pmCombineParamsAlloc(PS_STAT_SAMPLE_MEAN); … … 129 131 OPTION_PARSE(options->combine->nKeep, recipe, "NKEEP", S32 ); 130 132 OPTION_PARSE(options->combine->maskVal, recipe, "MASKVAL", S32 ); 131 OPTION_PARSE(options->shutterSize, recipe, "SHUTTERSIZE", S32 ); 133 OPTION_PARSE(options->shutterSize, recipe, "SHUTTER.SIZE", S32 ); 134 OPTION_PARSE(options->shutterIter, recipe, "SHUTTER.ITER", S32 ); 135 OPTION_PARSE(options->shutterRej, recipe, "SHUTTER.REJECT", S32 ); 136 132 137 options->combine->combine = parseStat(recipe, "COMBINE"); 133 138 options->mean = parseStat(recipe, "MEAN");
Note:
See TracChangeset
for help on using the changeset viewer.
