From aceb8dd00c6ead6382b4705d7eeb399b041950ee Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 28 May 2015 08:46:40 +0200 Subject: [PATCH] Closedown --- script/data.py | 1 - script/test10.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/script/data.py b/script/data.py index cbd0d02..eee4b13 100644 --- a/script/data.py +++ b/script/data.py @@ -55,4 +55,3 @@ flush_data() read =load_data(path) print read - diff --git a/script/test10.py b/script/test10.py index a97e5b9..71d33c1 100644 --- a/script/test10.py +++ b/script/test10.py @@ -6,7 +6,7 @@ from mathutils import estimate_peak_indexes, fit_gaussians, create_fit_point_lis start = 0 end = 30 -step_size = 0.02 +step_size = 0.2 result= lscan(sout,sinp,start,end,[step_size,],0.01)