Changeset 41382 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Jun 23, 2020, 3:29:09 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r38233 r41382 53 53 options->useVideoDark = false; // Use video dark if we can? 54 54 options->useVideoMask = false; // Use video mask if we can? 55 options->doApplyPixelZero = true; // option for zero'ing pixels under masks 56 55 57 // output files requested 56 58 options->BaseFITS = false; // create output image … … 234 236 options->doMaskBurntool = psMetadataLookupBool(NULL, recipe, "MASK.BURNTOOL"); 235 237 options->doApplyBurntool = psMetadataLookupBool(NULL, recipe, "APPLY.BURNTOOL"); 238 //TdB: read in switch for zero'ing pixels under masks 239 options->doApplyPixelZero = psMetadataLookupBool(NULL, recipe, "APPLY.PIXELZERO"); 236 240 options->doVarianceBuild = psMetadataLookupBool(NULL, recipe, "VARIANCE.BUILD"); 237 241 options->doAuxMask = psMetadataLookupBool(NULL, recipe, "MASK.AUXMASK"); … … 245 249 } 246 250 } 251 247 252 248 253 // Mask recipe options (note that mask bit values are set in ppImageSetMaskBits.c)
Note:
See TracChangeset
for help on using the changeset viewer.
