Startup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Tue Oct 26 09:42:02 CEST 2021
|
||||
#Thu Nov 04 15:46:06 CET 2021
|
||||
autoSaveScanData=true
|
||||
simulation=false
|
||||
commandExecutionEvents=false
|
||||
@@ -26,7 +26,7 @@ dataServerPort=-1
|
||||
hideServerMessages=false
|
||||
serverPort=8080
|
||||
versionTrackingEnabled=true
|
||||
dataPath={data}/{year}/{month}/greber/pshell-{date}-{time}-{name}
|
||||
dataPath={data}/{year}/{month}/chen/pshell-{date}-{time}-{name}
|
||||
serverEnabled=false
|
||||
dataScanReleaseRecords=true
|
||||
depthDimension=2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#Sun Oct 24 18:28:56 CEST 2021
|
||||
pgroup=p19479
|
||||
proposal=20210264
|
||||
proposer=greber
|
||||
#Thu Nov 04 15:46:06 CET 2021
|
||||
pgroup=p18329
|
||||
proposal=20191502
|
||||
proposer=chen
|
||||
prefix=
|
||||
sample=Sample26_g_290nm SiO2_Si after annealing
|
||||
authors=weichuang
|
||||
sample=
|
||||
authors=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Mon Oct 25 22:36:29 CEST 2021
|
||||
LastRunDate=211025
|
||||
FileSequentialNumber=9703
|
||||
DaySequentialNumber=89
|
||||
#Thu Nov 04 21:07:42 CET 2021
|
||||
LastRunDate=211104
|
||||
FileSequentialNumber=9823
|
||||
DaySequentialNumber=5
|
||||
|
||||
+11
-14
@@ -7,21 +7,18 @@ phi_range: (tuple (min, max)) defaults to hard-coded PHI_RANGE
|
||||
theta_range: (tuple (min, max)) defaults to hard-coded THETA_RANGE
|
||||
steps: (tuple (phi, theta)) defaults to hard-coded STEPS
|
||||
|
||||
region: (dict)
|
||||
optional items can be left unspecified and will default to the indicated values.
|
||||
for swept mode, include 'elo', 'ehi', 'estep', 'iter' values, but do not include 'efix'.
|
||||
for fixed mode, include 'efix' value, but do not include 'elo', 'ehi', 'estep', 'iter'.
|
||||
for swept mode, include 'elo', 'ehi', 'estep', 'iterations' values, but do not include 'efix'.
|
||||
for fixed mode, include 'efix' value, but do not include 'elo', 'ehi', 'estep', 'iterations'.
|
||||
|
||||
'name': user-specific name of the region
|
||||
'elo': lower kinetic energy boundary of the spectrum
|
||||
'ehi': upper kinetic energy boundary of the spectrum
|
||||
'estep': energy step size
|
||||
'efix': center kinetic energy in fixed mode
|
||||
'epass': pass energy
|
||||
'ephot': photon energy (default: unchanged)
|
||||
'tstep': dwell time in seconds
|
||||
'iter': number of iterations/sweeps (default 1)
|
||||
'slit': exit slit (default: unchanged)
|
||||
elo: lower kinetic energy boundary of the spectrum
|
||||
ehi: upper kinetic energy boundary of the spectrum
|
||||
estep: energy step size
|
||||
efix: center kinetic energy in fixed mode
|
||||
epass: pass energy
|
||||
ephot: photon energy (default: unchanged)
|
||||
tstep: dwell time in seconds
|
||||
iterations: number of iterations/sweeps (default 1)
|
||||
slit: exit slit (default: unchanged)
|
||||
|
||||
motors: (sequence, optional) position devices
|
||||
sensors: (sequence, optional) sensor devices
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
[ [ [ true, "QueuedHoloScan.py", "\"efix\":406.25, \"epass\":50, \"tstep\":1.0", "Resume", "Aborted" ], [ true, "QueuedHoloScan.py", "\"efix\":520, \"epass\":50, \"tstep\":1.0", "Resume", "" ] ] ]
|
||||
Reference in New Issue
Block a user