- Timestamp:
- Aug 17, 2007, 11:27:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/psphot/src/psphotFindPeaks.c
r13900 r14545 95 95 96 96 // find the peaks in the smoothed image 97 psArray *peaks = pm FindImagePeaks(smooth_im, threshold);97 psArray *peaks = pmPeaksInImage (smooth_im, threshold); 98 98 if (peaks == NULL) { 99 99 // XXX this may also be due to a programming or config error
Note:
See TracChangeset
for help on using the changeset viewer.
