Changeset 38233 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- May 6, 2015, 6:14:49 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r35685 r38233 46 46 options->checkCTE = false; // Measure pixel-based variance 47 47 options->checkNoise = false; // Measure cell-level variances. 48 options->squashNANs = false; // Measure cell-level variances. 48 49 options->applyParity = false; // Apply Cell parities 49 50 options->doMaskStats = false; // Calculate mask fractions … … 340 341 options->checkCTE = psMetadataLookupBool(NULL, recipe, "CHECK.CTE"); 341 342 options->checkNoise = psMetadataLookupBool(NULL, recipe, "CHECK.NOISE"); 343 options->squashNANs = psMetadataLookupBool(NULL, recipe, "SQUASH.NANS"); 342 344 343 345 /* 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.
