IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2009, 10:39:25 AM (17 years ago)
Author:
Paul Price
Message:

Attempt to write output files when photometry fails, but still return an error.

File:
1 edited

Legend:

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

    r21526 r22730  
    11631163        fileActivation(config, photFiles, true);
    11641164        pmFPAview *photView = filesIterateDown(config);
     1165        fileActivation(config, combineFiles, true);
     1166
    11651167        if (!ppStackPhotometry(config, outRO, photView)) {
    11661168            psError(PS_ERR_UNKNOWN, false, "Unable to perform photometry on output.");
     1169            filesIterateUp(config);
    11671170            psFree(outRO);
    11681171            psFree(photView);
     
    11701173        }
    11711174        psFree(photView);
    1172 
    1173         fileActivation(config, combineFiles, true);
    11741175
    11751176        if (stats) {
Note: See TracChangeset for help on using the changeset viewer.