- Timestamp:
- Mar 13, 2009, 9:08:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/eam_branch_20090312/ppImage/src/ppImageOptions.c
r23229 r23316 33 33 options->doAstromMosaic = false; // Astrometry (full-mosaic) 34 34 options->doStats = false; // Measure and save image statistics 35 options->checkCTE = false; // Measure pixel-based variance 35 36 36 37 // output files requested … … 258 259 options->doBG = psMetadataLookupBool(NULL, recipe, "BACKGROUND"); 259 260 261 options->checkCTE = psMetadataLookupBool(NULL, recipe, "CHECK.CTE"); 262 260 263 // even if not requested explicitly, if any of these are set, build an internal mask and variance: 261 264 if (options->doBias || options->doOverscan || options->doDark || options->doShutter || options->doFlat ||
Note:
See TracChangeset
for help on using the changeset viewer.
