IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 4:58:31 PM (20 years ago)
Author:
eugene
Message:

fixed up low-level issues with sky levels, sky bias

File:
1 edited

Legend:

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

    r6715 r6753  
    3131        if (source->type == PM_SOURCE_TYPE_DEFECT) continue;
    3232        if (source->type == PM_SOURCE_TYPE_SATURATED) continue;
     33
     34        // skip DBL second sources (ie, added by psphotFitBlob)
     35        if (source->mode &  PM_SOURCE_MODE_PAIR) continue;
    3336
    3437        // limit selection to some SN limit
Note: See TracChangeset for help on using the changeset viewer.