Changeset 20444 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Oct 28, 2008, 1:49:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r18556 r20444 247 247 options->doAstromChip = psMetadataLookupBool(NULL, recipe, "ASTROM.CHIP"); 248 248 options->doAstromMosaic = psMetadataLookupBool(NULL, recipe, "ASTROM.MOSAIC"); 249 options->doBG = psMetadataLookupBool(NULL, recipe, "BACKGROUND"); 249 250 250 251 // even if not requested explicitly, if any of these are set, build an internal mask and weight: … … 253 254 options->doMaskBuild = true; 254 255 options->doWeightBuild = true; 255 } else if (options->doMask ) {256 } else if (options->doMask || options->doBG) { 256 257 options->doMaskBuild = true; 257 258 } … … 267 268 options->fringeKeep = psMetadataLookupF32(NULL, recipe, "FRINGE.KEEP"); 268 269 269 options->replaceMasked = psMetadataLookupBool(NULL, recipe, "REPLACE.MASKED");270 270 271 271 return options;
Note:
See TracChangeset
for help on using the changeset viewer.
