Closedown
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#Fri Jan 22 18:56:40 CET 2021
|
||||
FileSequentialNumber=6114
|
||||
#Sat Jan 23 12:50:28 CET 2021
|
||||
FileSequentialNumber=6116
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user