Script execution

This commit is contained in:
gac-x03da
2023-05-01 19:16:23 +02:00
parent 2e1ed62242
commit fdc1903fd5

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': 'o1s', 'elo': 198, 'ehi': 204, 'estep': 0.2, 'epass': 50., 'tstep': 0.15, 'iter': 1}
REGION2 = {'name': 'N1s', 'elo': 336, 'ehi': 342, 'estep': 0.3, 'epass': 100., 'tstep': 0.2, 'iter': 1}
REGION1 = {'name': 'N1s', 'elo': 336, 'ehi': 342, 'estep': 0.3, 'epass': 100., 'tstep': 0.2, 'iter': 1}
REGION2 = {'name': 'o1s', 'elo': 198, 'ehi': 204, 'estep': 0.2, 'epass': 50., 'tstep': 0.15, 'iter': 1}
#REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1}
# list of region dictionaries to execute at each scan position