Skip to content
Snippets Groups Projects
Commit 9311e490 authored by kipp's avatar kipp
Browse files

- updates for changes to the whitener

- change template bank
parent 57e37764
No related branches found
No related tags found
No related merge requests found
......@@ -234,8 +234,8 @@ class LLOID(object):
self.whiten = gst.element_factory_make("lal_whiten")
pipeline.add(self.whiten)
self.whiten.set_property("psd-mode", 1)
self.whiten.set_property("filter-length", 4)
self.whiten.set_property("convolution-length", 16)
self.whiten.set_property("zero-pad", 4)
self.whiten.set_property("fft-length", 16)
self.whiten.set_property("average-samples", 64)
filter.link(self.whiten)
......@@ -457,7 +457,7 @@ class GTK_Main:
lloid.set_segment(874106958000000000, 874107558000000000)
lloid.set_injection_list("bns_injections.xml")
lloid.set_reference_psd("reference_psd.txt")
lloid.set_templatebank("quad_bank.xml")
lloid.set_templatebank("H1-TMPLTBANK_09_1.207-874000000-2048.xml")
lloid.set_sumsquares_threshold(2.2)
lloid.set_snr_threshold(0.0)
lloid.set_output("output.xml")
......
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