Changeset 6311 for trunk/psphot/src/psphotFindPeaks.c
- Timestamp:
- Feb 2, 2006, 1:30:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r6056 r6311 16 16 17 17 psImage *smooth = psImageCopy (NULL, readout->image, PS_TYPE_F32); 18 psphotSaveImage (NULL, smooth, "presmooth.fits"); 19 18 20 psImageSmooth (smooth, SIGMA, NSIGMA); 19 21 psLogMsg ("psphot", 4, "smooth: %f sec\n", psTimerMark ("psphot")); 22 23 psphotSaveImage (NULL, smooth, "smooth.fits"); 20 24 21 25 psTimerStart ("psphot");
Note:
See TracChangeset
for help on using the changeset viewer.
