Skip to content
Snippets Groups Projects
Commit eca2d16c authored by chad.hanna's avatar chad.hanna
Browse files

gstlal_ll_dq: reduce the upper frequency for the horizon distance calculation

parent 4763abfc
No related branches found
No related tags found
No related merge requests found
Pipeline #51529 failed
......@@ -82,7 +82,7 @@ class PSDHandler(simplehandler.Handler):
del kwargs["instrument"]
del kwargs["agg_sink"]
simplehandler.Handler.__init__(self, *args, **kwargs)
self.horizon_distance_func = reference_psd.HorizonDistance(20., 2048., 1./16., 1.4, 1.4)
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))
......
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