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
@@ -1,4 +1,4 @@
#Wed Apr 12 11:01:19 CEST 2023
#Wed Apr 19 10:34:16 CEST 2023
autoSaveScanData=true
simulation=false
commandExecutionEvents=false
@@ -27,7 +27,7 @@ dataServerPort=-1
hideServerMessages=false
serverPort=8080
versionTrackingEnabled=true
dataPath={data}/{year}/{month}/schirdewahn/pshell-{date}-{time}-{name}
dataPath={data}/{year}/{month}/vyalikh/pshell-{date}-{time}-{name}
serverEnabled=false
dataScanReleaseRecords=true
depthDimension=2
+6 -6
View File
@@ -1,7 +1,7 @@
#Wed Apr 12 11:01:19 CEST 2023
pgroup=p21109
proposal=EUSpecLab
proposer=schirdewahn
#Wed Apr 19 10:34:16 CEST 2023
pgroup=p20787
proposal=20221839
proposer=vyalikh
prefix=
sample=Au(111) \#55
authors=Frederik Schirdewahn
sample=
authors=
+4 -4
View File
@@ -1,4 +1,4 @@
#Wed Apr 12 11:37:03 CEST 2023
LastRunDate=230412
FileSequentialNumber=16305
DaySequentialNumber=1
#Mon Apr 17 21:59:11 CEST 2023
LastRunDate=230417
FileSequentialNumber=16394
DaySequentialNumber=17
+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]
+2 -2
View File
@@ -13,7 +13,7 @@ LATENCY (float) in seconds
SENSORS (list of devices)
"""
THETA_RANGE = (-11.0, 81.0)
THETA_RANGE = (-11.0, 80.0)
THETA_STEP = 1.0
#PHI_RANGE = (-40.0, +40.0)
PHI_RANGE = (-170.0, +170.0)
@@ -25,7 +25,7 @@ ENDSCAN = False
MOTORS = (ManipulatorTheta)
#SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent)
SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent)
efix = 90.9
efix = 112.5
Scienta.centerEnergy.write(efix)
#set_preference(Preference.ENABLED_PLOTS, [ManipulatorPhi, ManipulatorTheta, Scienta.dataMatrix, ImageIntegrator])