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/ppStackLoop.c

    r27155 r27158  
    8080             psTimerClear("PPSTACK_STEPS"));
    8181    ppStackMemDump("prepare");
    82 
     82    if (options->quality) {
     83        // Can't do anything else
     84        return true;
     85    }
    8386
    8487    // Convolve inputs
Note: See TracChangeset for help on using the changeset viewer.