Changeset 6481 for trunk/psphot/src/psphotBasicDeblend.c
- Timestamp:
- Feb 23, 2006, 6:16:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBasicDeblend.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBasicDeblend.c
r6427 r6481 86 86 threshold = FRACTION * source->moments->Peak; 87 87 // threshold is no less than NSIGMA above the local median sigma? 88 threshold = PS_MAX (threshold, NSIGMA*s ource->moments->dSky);88 threshold = PS_MAX (threshold, NSIGMA*sqrt(source->moments->dSky)); 89 89 90 90 // generate a basic contour (set of x,y coordinates at-or-below flux level)
Note:
See TracChangeset
for help on using the changeset viewer.
