Changeset 23753 for trunk/psastro/src/psastroDataSave.c
- Timestamp:
- Apr 8, 2009, 2:33:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDataSave.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDataSave.c
r23706 r23753 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 file92 91 pmConfigCamerasCull(config, NULL); 93 92 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO"); 94 93 95 pmConfigDump(config, input->fpa,dump_file);94 pmConfigDump(config, dump_file); 96 95 } 97 96
Note:
See TracChangeset
for help on using the changeset viewer.
