Changeset 23845 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Apr 13, 2009, 5:19:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r23825 r23845 61 61 options->markValue = 0x00; // A safe bit for internal marking 62 62 63 // crosstalk options 64 options->doCrosstalkMeasure = false; // measure crosstalk 65 options->doCrosstalkCorrect = false; // correct crosstalk 66 63 67 // Non-linearity default options 64 68 options->nonLinearType = 0; // Type of non-linearity data (vector, string or metadata) … … 207 211 options->doMask = psMetadataLookupBool(NULL, recipe, "MASK"); 208 212 213 // Mask recipe options (note that mask bit values are set in ppImageSetMaskBits.c) 214 options->doCrosstalkMeasure = psMetadataLookupBool(NULL, recipe, "CROSSTALK.MEASURE"); 215 options->doCrosstalkCorrect = psMetadataLookupBool(NULL, recipe, "CROSSTALK.CORRECT"); 216 209 217 options->doBias = psMetadataLookupBool(NULL, recipe, "BIAS"); 210 218 options->doDark = psMetadataLookupBool(NULL, recipe, "DARK");
Note:
See TracChangeset
for help on using the changeset viewer.
