Changeset 23706
- Timestamp:
- Apr 3, 2009, 1:37:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDataSave.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDataSave.c
r23705 r23706 89 89 psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG"); 90 90 if (dump_file) { 91 pmFPAfile *input = psMetadataLookupPtr(NULL, config->files, "PSASTRO.INPUT"); // Input file 91 92 pmConfigCamerasCull(config, NULL); 92 93 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO"); 93 94 94 pmConfigDump(config, output->fpa, dump_file);95 pmConfigDump(config, input->fpa, dump_file); 95 96 } 96 97
Note:
See TracChangeset
for help on using the changeset viewer.
