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

    r36375 r37941  
    1010    pmConfig *config = psphotFullForceArguments (argc, argv);
    1111    assert(config);
     12
     13    if (!psphotStatsFileOpen(config)) {
     14        psErrorStackPrint(stderr, "Error creating statsFile\n");
     15        exit (psphotGetExitStatus());
     16    }
    1217
    1318    psphotVersionPrint();
     
    2530    }
    2631
    27     psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete"));
     32    psLogMsg ("psphot", 3, "complete psphotFullForce run: %f sec\n", psTimerMark ("complete"));
    2833
    2934    psErrorCode exit_status = psphotGetExitStatus();
Note: See TracChangeset for help on using the changeset viewer.