Script execution

This commit is contained in:
gac-x03da
2023-03-25 21:34:45 +01:00
parent 7b967a176d
commit 797f39fa0e

View File

@@ -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': 'Te 4d', 'elo': 751., 'ehi': 759., 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False}
REGION2 = {'name': 'Pb 5d', 'elo': 771., 'ehi': 779., 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False}
REGION1 = {'name': 'Te 4d', 'elo': 751., 'ehi': 759., 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False}
REGION2 = {'name': 'Pb 5d', 'elo': 771., 'ehi': 779., 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False}
# list of region dictionaries to execute at each scan position
REGIONS = [REGION1, REGION2]