Changeset 15914 for trunk/ppMerge/src/ppMergeOptions.c
- Timestamp:
- Dec 24, 2007, 11:12:52 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.c
r15862 r15914 51 51 options->maskBad = 10.0; 52 52 options->maskMode = PM_MASK_ID_VALUE; 53 options->statsByChip = true; 53 54 options->onOff = 0; 54 55 options->combine = pmCombineParamsAlloc(PS_STAT_SAMPLE_MEAN); … … 154 155 OPTION_PARSE(options->maskSuspect, recipe, "MASK.SUSPECT", F32); 155 156 OPTION_PARSE(options->maskBad, recipe, "MASK.BAD", F32); 157 OPTION_PARSE(options->statsByChip, recipe, "STATS.BY.CHIP", Bool); 156 158 157 159 const char *masks = psMetadataLookupStr(NULL, recipe, "MASKVAL");
Note:
See TracChangeset
for help on using the changeset viewer.
