From c3f03f55f5aed1a39f1f3b2f14f4193e8075cdeb Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 10 Jul 2023 20:57:15 +0200 Subject: [PATCH] Script execution --- script/users/chong/MultiRegionScan.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/script/users/chong/MultiRegionScan.py b/script/users/chong/MultiRegionScan.py index d84c72e4..ace828a9 100644 --- a/script/users/chong/MultiRegionScan.py +++ b/script/users/chong/MultiRegionScan.py @@ -25,7 +25,7 @@ MOTORS = [dummy] #MOTORS = [ManipulatorY, ManipulatorZ] # line scan [start, stop, step] -POSITIONS = [0., 50., 2000] +POSITIONS = [0., 50., 20] SCAN = 'lscan' # vector scan [pos1, pos2, pos3, ...] @@ -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': 'Second', 'elo': 13, 'ehi': 15.6, 'estep': 0.01,'epass': 5., 'tstep': 0.2, 'iter': 1} -REGION1 = {'name': 'survey', 'elo': 100, 'ehi': 740, 'estep': 0.5,'epass': 50., 'tstep': 0.2, 'iter': 3} +REGION1 = {'name': 'Second', 'elo': 13, 'ehi': 15.6, 'estep': 0.01,'epass': 5., 'tstep': 0.2, 'iter': 1} +#REGION1 = {'name': 'survey', 'elo': 100, 'ehi': 740, 'estep': 0.5,'epass': 50., 'tstep': 0.2, 'iter': 3} #REGION1 = {'name': 'c1s', 'elo': 800, 'ehi': 815, 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1} #REGION2 = {'name': 'o1s', 'elo': 555, 'ehi': 570, 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1} #REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1} @@ -81,13 +81,13 @@ REGION1 = {'name': 'survey', 'elo': 100, 'ehi': 740, 'estep': 0.5,'epass': 50., # list of region dictionaries to execute at each scan position REGIONS=[REGION1] #REGIONS = [REGION1fix, REGION2fix] - -MOTORS = [Eph] -POSITIONS = [740., 700., 100] -SCAN = 'lscan' - -REGION2 = {'name': 'Eph_change', 'elo': 13, 'ehi': 15.6, 'estep': 0.01,'epass': 5., 'tstep': 0.2, 'iter': 1,'cis':True} -REGIONS=[REGION2] +# +#MOTORS = [Eph] +#POSITIONS = [740., 700., 100] +#SCAN = 'lscan' +# +#REGION2 = {'name': 'Eph_change', 'elo': 13, 'ehi': 15.6, 'estep': 0.01,'epass': 5., 'tstep': 0.2, 'iter': 1,'cis':True} +#REGIONS=[REGION2] # close beam shutter and turn off analyser at the end of the scan