IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 4:20:05 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psphot/src/psphotSourceSize.c

    r26788 r26878  
    194194    options->ApResid = stats->robustMedian;
    195195    options->ApSysErr = psVectorSystematicError(dAp, ApErr, 0.05);
     196    // XXX this is quite arbitrary...
     197    if (!isfinite(options->ApSysErr)) options->ApSysErr = 0.01;
    196198    psLogMsg ("psphot", PS_LOG_DETAIL, "psf - Sum: %f +/- %f\n", options->ApResid, options->ApSysErr);
    197199
Note: See TracChangeset for help on using the changeset viewer.