From b995762e9fcbcdc46344b8beb8be8f42ad5f349b Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 20 Jun 2023 20:35:30 +0200 Subject: [PATCH] Script execution --- script/users/heinrich/MultiRegionScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/heinrich/MultiRegionScan.py b/script/users/heinrich/MultiRegionScan.py index 8c43cc90..3da65cb0 100644 --- a/script/users/heinrich/MultiRegionScan.py +++ b/script/users/heinrich/MultiRegionScan.py @@ -40,7 +40,7 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta) # holo scan PHI_RANGE = (-140, 140) # (tuple (min, max)) -THETA_RANGE = (-11.0, 76.0) # (tuple (min, max)) +THETA_RANGE = (-11.0, 71.0) # (tuple (min, max)) STEPS = (20.0, 1) # (tuple (phi, theta)) ZIGZAG = True POSITIONS = [(PHI_RANGE[0], THETA_RANGE[0]), (PHI_RANGE[1], THETA_RANGE[1]), STEPS] @@ -69,8 +69,8 @@ LATENCY = 0.0 # 'cis': True = constant initial state (photoemission line), False = constant final state (Auger peak), (default False) # 'slit': exit slit (default: unchanged) -REGION1 = {'name': 'Te 4d', 'efix': 354.6, 'epass': 50., 'tstep': 25., 'iter': 1} -REGION2 = {'name': 'Ge 3d', 'efix': 365.7, 'epass': 50., 'tstep': 25., 'iter': 1} +REGION1 = {'name': 'Te 4d', 'efix': 954.9, 'epass': 50., 'tstep': 20., 'iter': 1} +REGION2 = {'name': 'Ge 3d', 'efix': 965.9, 'epass': 50., 'tstep': 20., 'iter': 1} #REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1} # list of region dictionaries to execute at each scan position