Skip to content
Snippets Groups Projects
Commit 2c55e121 authored by Carlo Guidi's avatar Carlo Guidi
Browse files

Update acoustics.py

parent b9de6434
Branches
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ while check: ...@@ -62,7 +62,7 @@ while check:
mintime = mintime1.values mintime = mintime1.values
maxrun = table["RUN"][len(table["RUN"]) - 1] maxrun = table["RUN"][len(table["RUN"]) - 1]
now = time.time() now = time.time()
if (now-mintime/1000) < TIT: if (now - mintime/1000) < TIT:
minrun = table["RUN"][len(table["RUN"]) - 1] - 1 minrun = table["RUN"][len(table["RUN"]) - 1] - 1
print(now) print(now)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment