diff --git a/script/staff/MnTeHoloScan.py b/script/staff/MnTeHoloScan.py index aa978c58..150dcedc 100644 --- a/script/staff/MnTeHoloScan.py +++ b/script/staff/MnTeHoloScan.py @@ -45,7 +45,7 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta) #SCAN = 'ascan' # holo scan -PHI_RANGE = (-180., 180.) # (tuple (min, max)) +PHI_RANGE = (-165., 180.) # (tuple (min, max)) THETA_RANGE = (0., 80.) # (tuple (min, max)) STEPS = (15.0, 2) # (tuple (phi, theta)) ZIGZAG = True