Skip to content
Snippets Groups Projects
Commit 23e26151 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

lloidparts.mkLLOIDmulti: adjust psd_fft_length default

- increase to 32 seconds for consistency with the corresponding default
  value in gstlal_inspiral's command line options
parent db2e95a1
No related branches found
No related tags found
No related merge requests found
......@@ -1018,7 +1018,7 @@ def mkLLOIDSnrChisqToTriggers(pipeline, snr, chisq, bank, verbose = False, nxydu
#
def mkLLOIDmulti(pipeline, detectors, banks, psd, psd_fft_length = 8, ht_gate_threshold = float("inf"), veto_segments = None, verbose = False, nxydump_segment = None, chisq_type = 'autochisq', track_psd = False, fir_stride = 16, control_peak_time = 2, block_duration = Gst.SECOND, reconstruction_segment_list = None):
def mkLLOIDmulti(pipeline, detectors, banks, psd, psd_fft_length = 32, ht_gate_threshold = float("inf"), veto_segments = None, verbose = False, nxydump_segment = None, chisq_type = 'autochisq', track_psd = False, fir_stride = 16, control_peak_time = 2, block_duration = Gst.SECOND, reconstruction_segment_list = None):
"""!
The multiple instrument, multiple bank LLOID algorithm
"""
......
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