From 5dbd8d37d56eb6710518fc0b672d3e8d8732d986 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 4 Apr 2023 16:15:16 +0200 Subject: [PATCH] Script execution --- script/MultiRegionScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index e3fd0a02..96279647 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 = (-10.0, 80.0) # (tuple (min, max)) +THETA_RANGE = (-11.0, 80.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] @@ -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', 'elo': 101., 'ehi': 109., 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False} -REGION2 = {'name': 'Pb 5d', 'elo': 121., 'ehi': 129., 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False} +REGION1 = {'name': 'Te 4d', 'efix': 114.6, 'epass': 50., 'tstep': 22., 'iter': 1, 'cis': False} +REGION2 = {'name': 'Ge 3d', 'efix': 125.5, 'epass': 50., 'tstep': 18., 'iter': 1, 'cis': False} # list of region dictionaries to execute at each scan position REGIONS = [REGION1, REGION2]