Changeset 15962
- Timestamp:
- Dec 30, 2007, 5:03:52 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r14757 r15962 94 94 effArea = 1; // never less than a pixel 95 95 } 96 if (pass == 1) { 97 effArea = 4.0*M_PI; // XXX better than nothing but still fairly poor 98 } 99 96 100 float threshold = PS_SQR(NSIGMA_PEAK) / effArea; 97 101
Note:
See TracChangeset
for help on using the changeset viewer.
