Changeset 24229 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- May 20, 2009, 12:43:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r24079 r24229 36 36 options->doStats = false; // Measure and save image statistics 37 37 options->checkCTE = false; // Measure pixel-based variance 38 options->applyParity = false; // Apply Cell parities 38 39 39 40 // output files requested … … 229 230 } 230 231 232 options->applyParity = psMetadataLookupBool(NULL, recipe, "APPLY.CELL.PARITY"); 233 231 234 // binned image options 232 235 options->xBin1 = psMetadataLookupS32(&status, recipe, "BIN1.XBIN");
Note:
See TracChangeset
for help on using the changeset viewer.
