Changeset 12689 for trunk/psphot/src/psphotFindPeaks.c
- Timestamp:
- Mar 29, 2007, 4:48:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r12372 r12689 39 39 // optionally save example images under trace 40 40 if (psTraceGetLevel("psphot") > 5) { 41 psphotSaveImage (NULL, smooth_im, "imsmooth.fits"); 42 psphotSaveImage (NULL, smooth_wt, "wtsmooth.fits"); 41 char name[64]; 42 sprintf (name, "imsmooth.v%d.fits", pass); 43 psphotSaveImage (NULL, smooth_im, name); 44 sprintf (name, "wtsmooth.v%d.fits", pass); 45 psphotSaveImage (NULL, smooth_wt, name); 43 46 } 44 47 … … 58 61 // optionally save example images under trace 59 62 if (psTraceGetLevel("psphot") > 5) { 60 psphotSaveImage (NULL, smooth_im, "snsmooth.fits"); 63 char name[64]; 64 sprintf (name, "snsmooth.v%d.fits", pass); 65 psphotSaveImage (NULL, smooth_im, name); 61 66 } 62 67
Note:
See TracChangeset
for help on using the changeset viewer.
