diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index d4cf7dbe..e38d2e0b 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -40,7 +40,7 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta) # holo scan PHI_RANGE = (-170.0, 170.0) # (tuple (min, max)) -THETA_RANGE = (-9.0, 81.0) # (tuple (min, max)) +THETA_RANGE = (-10.0, 81.0) # (tuple (min, max)) STEPS = (20.0, 1.0) # (tuple (phi, theta)) ZIGZAG = True POSITIONS = [(PHI_RANGE[0], THETA_RANGE[0]), (PHI_RANGE[1], THETA_RANGE[1]), STEPS]