From 96e9285aaa5ab0614dc76ccaa208af2472478a5c Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 26 May 2015 16:34:12 +0200 Subject: [PATCH] Script execution --- script/test10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test10.py b/script/test10.py index 7f9d5d9..fbc9b52 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.1 +step_size = 0.01 result= lscan(sout,sinp,start,end,[step_size,],0.01)