Skip to content
Snippets Groups Projects
Commit a14c0fb9 authored by Chad Hanna's avatar Chad Hanna
Browse files

lloidparts.py: update mkLLOIDmulti() to have a default h(t) gate threshold of...

lloidparts.py: update mkLLOIDmulti() to have a default h(t) gate threshold of infinity instead of None
parent 0a1eea67
No related branches found
No related tags found
No related merge requests found
......@@ -849,7 +849,7 @@ def mkLLOIDSnrChisqToTriggers(pipeline, snr, chisq, bank, verbose = False, nxydu
#
def mkLLOIDmulti(pipeline, detectors, banks, psd, psd_fft_length = 8, ht_gate_threshold = None, 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 = 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):
"""!
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