Changeset 23705 for trunk/psastro/src/psastroDataSave.c
- Timestamp:
- Apr 3, 2009, 12:51:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDataSave.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDataSave.c
r23688 r23705 86 86 if (!psastroMetadataStats (config, stats)) ESCAPE; 87 87 88 bool status; 89 psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG"); 90 if (dump_file) { 91 pmConfigCamerasCull(config, NULL); 92 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO"); 93 94 pmConfigDump(config, output->fpa, dump_file); 95 } 96 88 97 // activate all files except PSASTRO.OUTPUT 89 98 pmFPAfileActivate (config->files, true, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
