Closedown

This commit is contained in:
gac-x03da
2023-04-19 10:39:45 +02:00
parent 45f59cb4d5
commit e8b5fcdbe2
5 changed files with 16 additions and 16 deletions
+2 -2
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', 'efix': 114.6, 'epass': 50., 'tstep': 22., 'iter': 1, 'cis': False}
REGION2 = {'name': 'Ge 3d', 'efix': 125.5, 'epass': 50., 'tstep': 18., 'iter': 1, 'cis': False}
REGION1 = {'name': 'Te 3d', 'efix': 63.0, 'epass': 20., 'tstep': 15., 'iter': 1, 'cis': False}
REGION2 = {'name': 'Mn valence', 'efix': 631.9, 'epass': 50., 'tstep': 20., 'iter': 1, 'cis': False}
# list of region dictionaries to execute at each scan position
REGIONS = [REGION1, REGION2]