From 290835976026d84e9b48ada40bd0e80649b554c6 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 21 Apr 2023 22:00:08 +0200 Subject: [PATCH] Script execution --- script/MultiRegionScan.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index 39372b98..b9588473 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -39,9 +39,9 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta) #SCAN = 'ascan' # holo scan -PHI_RANGE = (-45, 45) # (tuple (min, max)) -THETA_RANGE = (-11.0, 55.0) # (tuple (min, max)) -STEPS = (15.0, 1.5) # (tuple (phi, theta)) +PHI_RANGE = (-80, 120) # (tuple (min, max)) +THETA_RANGE = (-11.0, 70.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] SCAN = 'ascan' @@ -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': 'Peak 1', 'elo': 165.4, 'ehi': 166.2, 'estep': 0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1} -REGION2 = {'name': 'Peak 2', 'elo': 170.4, 'ehi': 170.78, 'estep': 0.01, 'epass': 20., 'tstep': 0.2, 'iter': 1} +REGION1 = {'name': 'Peak Te', 'elo': 1196.00, 'ehi': 1203.00, 'estep': 0.25, 'epass': 100., 'tstep': 0.3, 'iter': 1} +REGION2 = {'name': 'Peak Sb', 'elo': 1239.50, 'ehi': 1246.50, 'estep': 0.25, 'epass': 100., 'tstep': 0.4, 'iter': 1} # list of region dictionaries to execute at each scan position REGIONS = [REGION1, REGION2]