From 8d6cc795fb468480959351a3013937837b78a2a1 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 10 Sep 2023 12:14:05 +0200 Subject: [PATCH] Script execution --- script/users/chong/MultiRegionScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/chong/MultiRegionScan.py b/script/users/chong/MultiRegionScan.py index 7121677f..93c59b26 100644 --- a/script/users/chong/MultiRegionScan.py +++ b/script/users/chong/MultiRegionScan.py @@ -69,7 +69,7 @@ LATENCY = 1.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': 14.5, 'ehi': 15.9, 'estep': 0.01,'epass': 5., 'tstep': 0.2, 'iter': 1,'slit':20} +#REGION1 = {'name': 'Second', 'elo': 14.5, 'ehi': 15.9, 'estep': 0.01,'epass': 5., 'tstep': 0.2, 'iter': 1,'slit':20} #REGION1 = {'name': 'survey', 'elo': 100, 'ehi': 7409, '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} @@ -80,7 +80,7 @@ REGION2fix = {'name': 'o1s', 'efix': 219, 'epass': 100., 'tstep': 2,'slit':200} # list of region dictionaries to execute at each scan position #REGIONS=[REGION1] -REGIONS = [REGION1,REGION1fix, REGION2fix] +REGIONS = [REGION1fix, REGION2fix] # #MOTORS = [Eph] #POSITIONS = [740., 700., 100]