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)