Changeset 23259 for trunk/ppImage/src
- Timestamp:
- Mar 10, 2009, 4:53:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r23174 r23259 25 25 } 26 26 27 psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG"); 28 if (dump_file) { 29 pmConfigCamerasCull(config, NULL); 30 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO,JPEG"); 31 32 pmConfigDump(config, input->fpa, dump_file); 33 } 27 pmConfigCamerasCull(config, NULL); 28 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO,JPEG"); 34 29 35 30 pmFPAview *view = pmFPAviewAlloc(0);// View for level of interest … … 220 215 psFree(view); 221 216 217 // Dump configuration 218 psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG"); 219 if (dump_file) { 220 pmConfigDump(config, input->fpa, dump_file); 221 } 222 222 223 // Write out summary statistics 223 224 if (options->doStats) {
Note:
See TracChangeset
for help on using the changeset viewer.
