Changeset 13901 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Jun 19, 2007, 4:49:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r13761 r13901 28 28 options->badMask = 0x00; // Bad pixels 29 29 options->flatMask = 0x00; // Bad flat pixels 30 options->blankMask = 0x00; // Blank (no data, cell gap) pixels 30 31 31 32 options->doNonLin = false; // Non-linearity correction … … 147 148 148 149 // What method do we use to measure the overscan statistics? 149 // XXX allow user to specify psStats types by name150 // XXX allow user to specify psStats types by name 150 151 psStats *overscanStats = NULL; // Statistics for overscan 151 152 psString stat = psMetadataLookupStr(NULL, recipe, "OVERSCAN.STAT"); … … 175 176 options->badMask = pmConfigMask("BAD", config); 176 177 options->flatMask = pmConfigMask("FLAT", config); 177 178 options->blankMask = pmConfigMask("BLANK", config); 178 179 179 180 options->doBias = psMetadataLookupBool(NULL, recipe, "BIAS");
Note:
See TracChangeset
for help on using the changeset viewer.
