Changeset 13970 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Jun 25, 2007, 2:27:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r13921 r13970 39 39 options->doAstromChip = false; // Astrometry 40 40 options->doAstromMosaic = false; // Astrometry 41 42 options->doStats = false; // Measure and save image statistics 41 43 42 44 options->BaseFITS = false; // create binned image (scale 1) … … 187 189 options->doShutter = psMetadataLookupBool(NULL, recipe, "SHUTTER"); 188 190 191 options->doStats = false; 192 char *statsName = psMetadataLookupStr(&status, config->arguments, "STATS"); // Filename for statistics 193 if (statsName) { 194 options->doStats = true; 195 } 196 189 197 // binned image options 190 198 options->xBin1 = psMetadataLookupS32(&status, recipe, "BIN1.XBIN");
Note:
See TracChangeset
for help on using the changeset viewer.
