From 7fd138b644bcb73426f4f5b48be8fcb5d163ce59 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 29 Mar 2023 19:16:09 +0200 Subject: [PATCH] Script execution --- script/staff/HoloFlyScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/staff/HoloFlyScan.py b/script/staff/HoloFlyScan.py index e0daad7d..cd64a031 100644 --- a/script/staff/HoloFlyScan.py +++ b/script/staff/HoloFlyScan.py @@ -13,7 +13,7 @@ LATENCY (float) in seconds SENSORS (list of devices) """ -THETA_RANGE = (-9.0, 80.0) +THETA_RANGE = (-10.0, 80.0) THETA_STEP = 1.0 #PHI_RANGE = (-40.0, +40.0) PHI_RANGE = (-170.0, +170.0) @@ -21,7 +21,7 @@ PHI_STEP = 20.0 LATENCY = 0.0 ZIGZAG = True -ENDSCAN = True +ENDSCAN = False MOTORS = (ManipulatorTheta) #SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent) SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent)