Changeset 7758 for trunk/psphot/src/psphotFindPeaks.c
- Timestamp:
- Jun 29, 2006, 10:50:09 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r7436 r7758 28 28 psImage *mask = readout->mask; 29 29 30 // XXX make this a user-option? 30 31 // psphotSaveImage (NULL, smooth_im, "imsmooth.fits"); 31 32 // psphotSaveImage (NULL, smooth_wt, "wtsmooth.fits"); … … 64 65 psLogMsg ("psphot", 3, "%d peaks: %f sec\n", peaks->n, psTimerMark ("psphot")); 65 66 66 char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT");67 if (!strcasecmp (breakPt, "PEAKS")) exit (0);68 69 67 return (peaks); 70 68 }
Note:
See TracChangeset
for help on using the changeset viewer.
