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

multirate_datasource: make the default argument for h(t) gate to be infinity instead of None

parent a14c0fb9
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ from gstlal import datasource
#
# }
# @enddot
def mkwhitened_multirate_src(pipeline, src, rates, instrument, psd = None, psd_fft_length = 8, ht_gate_threshold = None, veto_segments = None, seekevent = None, nxydump_segment = None, track_psd = False, block_duration = 1 * gst.SECOND, zero_pad = 0, width = 64, unit_normalize = True):
def mkwhitened_multirate_src(pipeline, src, rates, instrument, psd = None, psd_fft_length = 8, ht_gate_threshold = float("inf"), veto_segments = None, seekevent = None, nxydump_segment = None, track_psd = False, block_duration = 1 * gst.SECOND, zero_pad = 0, width = 64, unit_normalize = True):
"""!
Build pipeline stage to whiten and downsample h(t).
......
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