From e19f452a1e06ada431efa21dece83fa7d288556e Mon Sep 17 00:00:00 2001 From: panepucci Date: Tue, 8 Dec 2015 10:48:25 +0100 Subject: [PATCH] Closedown --- script/local.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 1d53ba3..e466265 100644 --- a/script/local.py +++ b/script/local.py @@ -18,6 +18,7 @@ def get_energy(): #Fitting +""" from mathutils import estimate_peak_indexes, fit_gaussians, create_fit_point_list, Gaussian import java.awt.Color as Color @@ -58,7 +59,7 @@ def fit(ydata, xdata = None): return (None, None, None) #fit([1,2,3, 3,3,3,4,5,6,12,33,23,15,3,2,1, 1, 1, 1, 1]) - +""" def rock(axis = th1): """ @@ -77,4 +78,5 @@ def rocknroll(): TODO """ run("rocknroll") + \ No newline at end of file