From aed8d531daab6308a3e9e47fe848ada050a625bb Mon Sep 17 00:00:00 2001 From: sfop Date: Fri, 22 Jul 2016 12:04:54 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 8894753..515f982 100755 --- a/script/local.py +++ b/script/local.py @@ -93,7 +93,7 @@ def hfit(ydata, xdata = None): f = angular_frequency/ (2* math.pi) print "frequency = ", f - resolution = 5.00 # 1.00 + resolution = 3.00 # 1.00 fit_y = [] for x in frange(start,end,resolution, True): fit_y.append(fitted_harmonic_function.value(x))