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

Update acoustics.py

parent da874ec0
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ Options:
"""
import numpy as np
import matplotlib.pyplot as plt
import argparse
import time
import os
import matplotlib
......@@ -36,6 +35,7 @@ args = docopt(__doc__)
detid = args['-d']
directory = args['-o']
N_DUS = args['-n']
N_DUS = int(N_DUS)
db = kp.db.DBManager()
sds = kp.db.StreamDS()
......@@ -226,4 +226,4 @@ while check:
print(check_time)
time.sleep(abs(TIT - check_time))
check = True
check = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment