Script execution

This commit is contained in:
gac-x03da
2021-09-06 01:38:48 +02:00
parent 30bc98030c
commit 9d5b06337c

View File

@@ -70,8 +70,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': 'Tb 4d', 'elo': 267.0, 'ehi': 272.5, 'estep': 0.1, 'epass': 50., 'tstep': 1., 'iter': 1, 'cis': False}
REGION2 = {'name': 'Au 4f', 'efix': 332.65, 'epass': 20., 'tstep': 1., 'iter': 1, 'cis': False}
REGION1 = {'name': 'Tb 4d', 'elo': 892.5, 'ehi': 899.0, 'estep': 0.1, 'epass': 50., 'tstep': 0.8, 'iter': 1, 'cis': False}
REGION2 = {'name': 'Au 4f', 'efix': 957.2, 'epass': 20., 'tstep': 0.8, 'iter': 1, 'cis': False}
# list of region dictionaries to execute at each scan position
REGIONS = [REGION1, REGION2]