IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2007, 2:43:32 PM (19 years ago)
Author:
eugene
Message:

min I0 = 0.02

File:
1 edited

Legend:

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

    r14655 r15060  
    3232
    3333    // if the object has a fitted peak below 0, the fit did not converge cleanly
    34     if (model->params->data.F32[1] <= 0) {
     34    // XXX this limit is fairly arbitrary, and must be > the value is the model limits
     35    if (model->params->data.F32[PM_PAR_I0] <= 0.02) {
    3536        source->mode |= PM_SOURCE_MODE_FAIL;
    3637        return false;
Note: See TracChangeset for help on using the changeset viewer.