Skip to content
Snippets Groups Projects
Commit 7ba37e97 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal_ll_dq: remove unused PSDHandler property

parent 97e19398
No related branches found
No related tags found
No related merge requests found
Pipeline #81403 passed with warnings
......@@ -87,7 +87,6 @@ class PSDHandler(simplehandler.Handler):
self.horizon_distance_func = reference_psd.HorizonDistance(15., 900., 1./16., 1.4, 1.4)
self.routes = ("noise", "range_history")
self.datatypes = (("min", min), ("median", aggregator.median), ("max", max))
self.timedeq = deque(maxlen = 10000)
self.datadeq = {route: deque(maxlen = 10000) for route in self.routes}
self.last_reduce_time = None
......
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