Script execution

This commit is contained in:
gac-x03da
2023-09-10 12:14:05 +02:00
parent 4986d75d54
commit 8d6cc795fb
+2 -2
View File
@@ -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]