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