Changeset 6379 for trunk/psphot/src/psphotFindPeaks.c
- Timestamp:
- Feb 7, 2006, 8:52:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r6320 r6379 39 39 40 40 // optional dump of all peak data 41 char *output = psMetadataLookup Ptr (&status, config, "PEAKS_OUTPUT_FILE");41 char *output = psMetadataLookupStr (&status, config, "PEAKS_OUTPUT_FILE"); 42 42 if (status && (output != NULL) && (output[0])) { 43 43 pmPeaksWriteText (peaks, output); 44 psFree (output);45 44 } 46 47 45 psLogMsg ("psphot", 3, "%d peaks: %f sec\n", peaks->n, psTimerMark ("psphot")); 48 46 49 char *breakPt = psMetadataLookup Ptr (&status, config, "BREAK_POINT");47 char *breakPt = psMetadataLookupStr (&status, config, "BREAK_POINT"); 50 48 if (!strcasecmp (breakPt, "PEAKS")) exit (0); 51 49
Note:
See TracChangeset
for help on using the changeset viewer.
