diff --git a/input_backend.py b/input_backend.py index f50a2ec..df29226 100644 --- a/input_backend.py +++ b/input_backend.py @@ -27,11 +27,33 @@ class Data: i = 0 if(len(self.times) != len(self.data)): raise RuntimeError("len(timestamps) != len(data), cannot continue, this should never happen") - while(i= (self.times[1] - self.times[0]).total_seconds()): + x_dp = 5 + m_t = 3 + while(i+x_dp