Changeset 5617 for trunk/psphot/src/pmPeaksSigmaLimit.c
- Timestamp:
- Nov 28, 2005, 10:35:43 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmPeaksSigmaLimit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmPeaksSigmaLimit.c
r5593 r5617 31 31 psFree (smooth); 32 32 33 // make this optional 34 // DumpPeaks (peaks, "peaks.dat"); 35 33 // optional dump of all peak data 34 char *output = psMetadataLookupPtr (&status, config, "PEAKS_OUTPUT_FILE"); 35 if (status && (output != NULL) && (output[0])) { 36 pmPeaksWriteText (peaks, output); 37 psFree (output); 38 } 39 36 40 psLogMsg ("psphot", 3, "%d peaks: %f sec\n", peaks->n, psTimerMark ("psphot")); 37 38 41 return (peaks); 39 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
