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

@@ -1,4 +1,4 @@
#Fri Apr 21 08:55:29 CEST 2023
#Fri Apr 21 09:33:24 CEST 2023
pgroup=p20787
proposal=20221839
proposer=vyalikh

View File

@@ -1,4 +1,4 @@
#Fri Apr 21 09:09:28 CEST 2023
LastRunDate=230421
FileSequentialNumber=16417
DaySequentialNumber=5
#Sat Apr 22 12:57:44 CEST 2023
LastRunDate=230422
FileSequentialNumber=16435
DaySequentialNumber=8

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]