Closedown

This commit is contained in:
gac-x03da
2021-01-27 06:59:13 +01:00
parent d195772b4d
commit 04e5fb214b
4 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#Mon Jan 25 00:49:13 CET 2021
#Wed Jan 27 00:49:28 CET 2021
autoSaveScanData=true
simulation=false
commandExecutionEvents=false
@@ -20,7 +20,7 @@ dataServerPort=-1
hideServerMessages=false
serverPort=8080
versionTrackingEnabled=true
dataPath={data}/{year}/{month}/Niels/S2/Ox00-{date}-{time}-{name}
dataPath={data}/{year}/{month}/Auwearter/pshell-{date}-{time}-{name}
serverEnabled=false
dataScanReleaseRecords=true
depthDimension=2

View File

@@ -1,7 +1,7 @@
#Sat Jan 23 12:24:58 CET 2021
pgroup=p17274
proposal=
proposer=bl-dev
#Wed Jan 27 00:49:28 CET 2021
pgroup=
proposal=20191320
proposer=Auwearter
prefix=
sample=Cu(111)
authors=Matthias Muntwiler
sample=
authors=

View File

@@ -1,2 +1,2 @@
#Sat Jan 23 12:50:28 CET 2021
FileSequentialNumber=6116
#Wed Jan 27 06:58:45 CET 2021
FileSequentialNumber=6520

View File

@@ -23,7 +23,7 @@ try:
before_readout()
time.sleep(0.2)
time2 = time.time()
scienta_time = (time2 - time1) * 2
scienta_time = (time2 - time1) + 1.
print "step time: ", scienta_time
if isinstance(STEPS,int):