Changeset 10175
- Timestamp:
- Nov 23, 2006, 5:14:54 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r9835 r10175 23 23 24 24 psImage *smooth_wt = psImageCopy (NULL, readout->weight, PS_TYPE_F32); 25 psImageSmooth (smooth_wt, SIGMA, NSIGMA); 25 psImageSmooth (smooth_wt, SIGMA/sqrt(2), NSIGMA); 26 smooth_wt = (psImage*)psBinaryOp(smooth_wt, smooth_wt, "*", 27 psScalarAlloc(1/(4*M_PI*PS_SQR(SIGMA)), PS_TYPE_F32)); 26 28 psLogMsg ("psphot", 4, "smooth weight: %f sec\n", psTimerMark ("psphot")); 27 29
Note:
See TracChangeset
for help on using the changeset viewer.
