Changeset 23638 for branches/pap/psastro/src/psastroDataSave.c
- Timestamp:
- Mar 31, 2009, 2:49:55 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psastro/src/psastroDataSave.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psastro/src/psastroDataSave.c
r23169 r23638 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 87 88 88 // activate all files except PSASTRO.OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
