Changeset 35685 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Jun 19, 2013, 10:21:44 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r35531 r35685 23 23 options->doMaskLow = false; // mask low pixels 24 24 options->doMaskBurntool = false; // mask potential burntool trails 25 options->doApplyBurntool = false; // apply burntool correction 25 26 options->doVarianceBuild = false; // Build internal variance 26 27 options->doMask = false; // Mask bad pixels … … 231 232 options->doMaskLow = psMetadataLookupBool(NULL, recipe, "MASK.LOW"); 232 233 options->doMaskBurntool = psMetadataLookupBool(NULL, recipe, "MASK.BURNTOOL"); 234 options->doApplyBurntool = psMetadataLookupBool(NULL, recipe, "APPLY.BURNTOOL"); 233 235 options->doVarianceBuild = psMetadataLookupBool(NULL, recipe, "VARIANCE.BUILD"); 234 236 options->doAuxMask = psMetadataLookupBool(NULL, recipe, "MASK.AUXMASK");
Note:
See TracChangeset
for help on using the changeset viewer.
