Closedown

This commit is contained in:
gac-x03da
2023-04-22 20:04:38 +02:00
parent e23392884d
commit e7679e3657
3 changed files with 7 additions and 7 deletions

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': 'Peak Te', 'elo': 1196.00, 'ehi': 1203.00, 'estep': 0.25, 'epass': 100., 'tstep': 0.3, 'iter': 1}
REGION2 = {'name': 'Peak Sb', 'elo': 1239.50, 'ehi': 1246.50, 'estep': 0.25, 'epass': 100., 'tstep': 0.4, 'iter': 1}
REGION1 = {'name': 'Peak Te+Sb', 'elo': 628.00, 'ehi': 641.00, 'estep': 0.15, 'epass': 50., 'tstep': 0.2, 'iter': 1}
REGION2 = {'name': 'Peak Mn', 'elo': 621.00, 'ehi': 627.00, 'estep': 0.2, 'epass': 50., 'tstep': 0.6, 'iter': 1}
# list of region dictionaries to execute at each scan position
REGIONS = [REGION1, REGION2]