Changeset 6481 for trunk/psphot/src/psphotFindPeaks.c
- Timestamp:
- Feb 23, 2006, 6:16:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r6427 r6481 10 10 11 11 // smooth the image and weight map 12 13 psphotSaveImage (NULL, readout->image, "image.fits");14 15 12 psTimerStart ("psphot"); 16 13 … … 22 19 psLogMsg ("psphot", 4, "smooth image: %f sec\n", psTimerMark ("psphot")); 23 20 24 psphotSaveImage (NULL, smooth_im, "smooth_im.fits");25 26 21 psImage *smooth_wt = psImageCopy (NULL, readout->weight, PS_TYPE_F32); 27 22 psImageSmooth (smooth_wt, SIGMA, NSIGMA); 28 23 psLogMsg ("psphot", 4, "smooth weight: %f sec\n", psTimerMark ("psphot")); 29 30 psphotSaveImage (NULL, smooth_wt, "smooth_wt.fits");31 24 32 25 psTimerStart ("psphot");
Note:
See TracChangeset
for help on using the changeset viewer.
