IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2010, 1:38:58 PM (16 years ago)
Author:
Paul Price
Message:

Catch case where no input has any sources, so photometry can't be matched; then treat as bad data quality. Reworked how the bad data quality flag gets raised (since there's more than one source now) --- it's carried in the ppStackOptions, and then put in the statistics file at the end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackFinish.c

    r27157 r27158  
    7070    // Write out summary statistics
    7171    if (options->stats) {
     72
     73        psMetadataAddS32(options->stats, PS_LIST_TAIL, "QUALITY", PS_META_REPLACE,
     74                         "Bad data quality flag", options->quality);
    7275        psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_STACK", 0,
    7376                         "Total time", psTimerClear("PPSTACK_TOTAL"));
Note: See TracChangeset for help on using the changeset viewer.