Script execution

This commit is contained in:
gac-x03da
2022-08-04 16:13:28 +02:00
parent efb573e4c7
commit 49a5609ec8

View File

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