From d044d3893590c2b668bf679478996c175db00b7c Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Sat, 10 Feb 2018 06:22:44 +0100 Subject: [PATCH] Closedown --- script/local.py | 2 +- script/scans/SampleSearch.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index dc0b22b..e7f9d06 100644 --- a/script/local.py +++ b/script/local.py @@ -3,7 +3,7 @@ ################################################################################################### -DIODE_SETTLING_TIME = 0.005 #10ms +DIODE_SETTLING_TIME = 0.010 #10ms #Devices diff --git a/script/scans/SampleSearch.py b/script/scans/SampleSearch.py index be51675..e831025 100644 --- a/script/scans/SampleSearch.py +++ b/script/scans/SampleSearch.py @@ -7,12 +7,12 @@ if get_exec_pars().source == CommandSource.ui: X_MAX = scx.maxValue / 2 Y_MIN = scy.minValue / 2 Y_MAX = scy.maxValue / 2 - MIN_SAMPLE_SIZE = 0.25 + MIN_SAMPLE_SIZE = 0.15 SCAN_RESOLUTION = 0.01 OMEGA_START = 57.0 Z_START = 0.0 -MAX_SAMPLE_SIZE = 0.4 +MAX_SAMPLE_SIZE = 0.5 y_step = MIN_SAMPLE_SIZE * 0.5