IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2009, 2:49:55 PM (17 years ago)
Author:
Paul Price
Message:

Adding QUALITY to the output metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psastro/src/psastroDataSave.c

    r23169 r23638  
    2222 * this loop saves the photometry/astrometry data files
    2323 */
    24 bool psastroDataSave (pmConfig *config) {
     24bool psastroDataSave (pmConfig *config, psMetadata *stats) {
    2525
    2626    pmChip *chip;
     
    8484
    8585    // Write out summary statistics
    86     if (!psastroMetadataStats (config)) ESCAPE;
     86    if (!psastroMetadataStats (config, stats)) ESCAPE;
    8787
    8888    // activate all files except PSASTRO.OUTPUT
Note: See TracChangeset for help on using the changeset viewer.