Closedown

This commit is contained in:
gac-x03da
2021-01-23 12:51:27 +01:00
parent aa740f8b3f
commit 0b90a32673
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
#Fri Jan 22 18:56:40 CET 2021
FileSequentialNumber=6114
#Sat Jan 23 12:50:28 CET 2021
FileSequentialNumber=6116
+2 -2
View File
@@ -57,10 +57,10 @@ set_adc_averaging()
# time per scienta acquisition in seconds
trig_scienta()
time1 = time.time()
trig_scienta()
before_readout()
time2 = time.time()
scienta_time = (time2 - time1)
print "scienta time: ", scienta_time
print "step time: ", scienta_time
# time for one scan in seconds
SPEED = STEP / scienta_time