Closedown

This commit is contained in:
gac-x03da
2021-10-12 15:59:13 +02:00
parent 36153bbde0
commit e0b667c7ce
4 changed files with 15 additions and 11 deletions

View File

@@ -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

View File

@@ -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=

View File

@@ -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

View File

@@ -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()