Changeset 23753 for trunk/psastro/src
- Timestamp:
- Apr 8, 2009, 2:33:59 PM (17 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 2 edited
-
psastroDataSave.c (modified) (1 diff)
-
psastroMetadataStats.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 -
trunk/psastro/src/psastroMetadataStats.c
r23688 r23753 66 66 67 67 // write the stats MDC to a file 68 // XXX why does this not call psMetadataConfigPrint?69 68 fprintf(statsFile, "%s", statsMDC); 70 69 fclose(statsFile); 70 71 pmConfigRunFilenameAddWrite(config, "STATS", filename); 71 72 72 73 psFree(resolved);
Note:
See TracChangeset
for help on using the changeset viewer.
