IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2015, 1:54:23 PM (11 years ago)
Author:
bills
Message:

add code to allow psphotFullForce to set a quality value when background modeling fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotCleanup.c

    r37609 r37941  
    1010        (void)pmConfigRecipesCull(config,NULL);
    1111        pmConfigDump(config, dump_file);
     12    }
     13
     14    // if the program has stats write it out
     15    psphotStatsFile *statsFile = psphotStatsFileGet();
     16    if (statsFile) {
     17        psphotStatsFileSave(config, statsFile);
    1218    }
    1319
Note: See TracChangeset for help on using the changeset viewer.