diff --git a/config/settings.properties b/config/settings.properties index 9b3a0d00..106ce291 100644 --- a/config/settings.properties +++ b/config/settings.properties @@ -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 diff --git a/config/variables.properties b/config/variables.properties index dd7c99cb..7f25c781 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -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 diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index 71e1d64c..9e1fb95b 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -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]