Changeset 33590 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Mar 21, 2012, 5:02:21 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r33243 r33590 41 41 options->doStats = false; // Measure and save image statistics 42 42 options->checkCTE = false; // Measure pixel-based variance 43 options->checkNoise = false; // Measure cell-level variances. 43 44 options->applyParity = false; // Apply Cell parities 44 45 options->doMaskStats = false; // Calculate mask fractions … … 319 320 320 321 options->checkCTE = psMetadataLookupBool(NULL, recipe, "CHECK.CTE"); 322 options->checkNoise = psMetadataLookupBool(NULL, recipe, "CHECK.NOISE"); 321 323 322 324 /* doMaskBuild : there are some cases where we require a mask, so we force doMaskBuild to be set even if the user specified 'FALSE'
Note:
See TracChangeset
for help on using the changeset viewer.
