Script execution
This commit is contained in:
@@ -20,9 +20,9 @@ set_exec_pars(compression=True)
|
||||
try:
|
||||
if FLY_SCAN:
|
||||
# time per scienta acquisition in seconds
|
||||
trig_scienta()
|
||||
#trig_scienta()
|
||||
time1 = time.time()
|
||||
before_readout()
|
||||
#before_readout()
|
||||
time.sleep(0.2)
|
||||
time2 = time.time()
|
||||
scienta_time = (time2 - time1) + 1.
|
||||
|
||||
Reference in New Issue
Block a user