- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psastro (modified) (1 prop)
-
psastro/src (modified) (1 prop)
-
psastro/src/psastroDataSave.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psastro
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psastro/src
- Property svn:ignore
-
old new 17 17 psastroModelFit 18 18 psastroExtract 19 psastroVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/psastro/src/psastroDataSave.c
r23352 r24244 22 22 * this loop saves the photometry/astrometry data files 23 23 */ 24 bool psastroDataSave (pmConfig *config ) {24 bool psastroDataSave (pmConfig *config, psMetadata *stats) { 25 25 26 26 pmChip *chip; … … 84 84 85 85 // Write out summary statistics 86 if (!psastroMetadataStats (config)) ESCAPE; 86 if (!psastroMetadataStats (config, stats)) ESCAPE; 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, dump_file); 95 } 87 96 88 97 // activate all files except PSASTRO.OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
