IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2006, 6:16:11 PM (20 years ago)
Author:
eugene
Message:

fixed some errors with double sources, added second-pass linear PSF fit, multiple-depths

File:
1 edited

Legend:

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

    r6427 r6481  
    8686        threshold = FRACTION * source->moments->Peak;
    8787        // threshold is no less than NSIGMA above the local median sigma?
    88         threshold = PS_MAX (threshold, NSIGMA*source->moments->dSky);
     88        threshold = PS_MAX (threshold, NSIGMA*sqrt(source->moments->dSky));
    8989
    9090        // generate a basic contour (set of x,y coordinates at-or-below flux level)
Note: See TracChangeset for help on using the changeset viewer.