IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2005, 10:26:59 AM (21 years ago)
Author:
eugene
Message:

clean up of small accounting bugs, adding the post-subtraction ApResid

File:
1 edited

Legend:

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

    r5772 r5802  
    3737
    3838    // if the object has a fitted peak below 0, the fit did not converge cleanly
    39     if (model->params->data.F32[1] < 0) {
     39    if (model->params->data.F32[1] <= 0) {
    4040        source->mode |= PM_SOURCE_FAIL;
    4141        return false;
Note: See TracChangeset for help on using the changeset viewer.