diff novelty.py @ 17:c01fcb752221

new annotations
author mitian
date Fri, 21 Aug 2015 10:15:29 +0100
parents a34f9c5d0cd9
children b4bf37f94e92
line wrap: on
line diff
--- a/novelty.py	Wed Jun 17 18:02:33 2015 +0100
+++ b/novelty.py	Fri Aug 21 10:15:29 2015 +0100
@@ -88,7 +88,7 @@
 				
 	return kernel	
 	
-def segmentation(ssm, peak_picker=peak_picker, kernel_size=48, normalise=False, plot=False):
+def process(ssm, peak_picker=peak_picker, kernel_size=48, normalise=False, plot=False):
 	'''Detect segment boundaries in the ssm.'''
 	# peak_picker for the 1st round boudary detection
 
@@ -101,4 +101,4 @@
 	return novelty, smoothed_novelty, novelty_peaks
 	
 def plot_detection(smoothed_novelty, novelty_peaks):
-	pass
\ No newline at end of file
+	pass