diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index 252855f7..e5c9a390 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -2,7 +2,7 @@ Discrete photon energy scan (vector scan) of multiple spectral regions """ -PHI_RANGE = (-80.0, 160.0) # (tuple (min, max)) +PHI_RANGE = (-160.0, 160.0) # (tuple (min, max)) THETA_RANGE = (-9.0, 81.0) # (tuple (min, max)) STEPS = (40.0, 1.0) # (tuple (phi, theta)) ZIGZAG = True @@ -48,6 +48,7 @@ CLOSE_SHUTTER_AT_END = True # --- DO NOT EDIT BELOW THIS LINE! --- +set_exec_pars(keep=False) def check_region(region): """