Closedown
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Mon Oct 11 20:14:17 CEST 2021
|
||||
#Tue Oct 12 15:58:17 CEST 2021
|
||||
autoSaveScanData=true
|
||||
simulation=false
|
||||
commandExecutionEvents=false
|
||||
@@ -25,7 +25,7 @@ dataServerPort=-1
|
||||
hideServerMessages=false
|
||||
serverPort=8080
|
||||
versionTrackingEnabled=true
|
||||
dataPath={data}/{year}/{month}/heinrich_m/pshell-{date}-{time}-{name}
|
||||
dataPath={data}/{year}/{month}/bl-dev/pshell-{date}-{time}-{name}
|
||||
serverEnabled=false
|
||||
dataScanReleaseRecords=true
|
||||
depthDimension=2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#Tue Oct 12 15:33:25 CEST 2021
|
||||
pgroup=p19371
|
||||
#Tue Oct 12 15:58:17 CEST 2021
|
||||
pgroup=p17274
|
||||
proposal=
|
||||
proposer=heinrich_m
|
||||
proposer=bl-dev
|
||||
prefix=
|
||||
sample=no sample
|
||||
authors=Martin Heinrich
|
||||
authors=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Tue Oct 12 15:33:34 CEST 2021
|
||||
#Tue Oct 12 15:38:36 CEST 2021
|
||||
LastRunDate=211012
|
||||
FileSequentialNumber=8950
|
||||
DaySequentialNumber=1
|
||||
FileSequentialNumber=8952
|
||||
DaySequentialNumber=3
|
||||
|
||||
@@ -122,8 +122,12 @@ try:
|
||||
path="scan" + str(cur_range+1) + "/"
|
||||
for cur_iteration in range(vars[2]):
|
||||
print "iteration", cur_iteration
|
||||
p = plots[cur_range+1]
|
||||
p.setTitle(str(ranges[cur_range]) + " - iteration " + str(cur_iteration+1))
|
||||
try:
|
||||
p = plots[cur_range+1]
|
||||
p.setTitle(str(ranges[cur_range]) + " - iteration " + str(cur_iteration+1))
|
||||
except IndexError:
|
||||
pass
|
||||
|
||||
while True:
|
||||
wait_beam()
|
||||
trig_scienta()
|
||||
|
||||
Reference in New Issue
Block a user