29 from gstlal
import pipeparts
58 head =
test_common.gapped_test_src(pipeline, buffer_length = buffer_length, rate = rate, width = 64, test_duration = test_duration, gap_frequency = gap_frequency, gap_threshold = gap_threshold, control_dump_filename =
"%s_control.dump" % name)
59 control =
test_common.gapped_test_src(pipeline, buffer_length = buffer_length / 3, rate = rate, width = 32, test_duration = test_duration, gap_frequency = gap_frequency / 3, gap_threshold = gap_threshold, verbose =
False)
61 head = pipeparts.mkgate(pipeline, head, control = control, threshold = float(
"+inf"))
63 pipeparts.mkfakesink(pipeline, head)
def build_and_run(pipelinefunc, name, segment=None, pipelinefunc_kwargs)
def gapped_test_src(pipeline, buffer_length=1.0, rate=2048, width=64, channels=1, test_duration=10.0, wave=5, freq=0, gap_frequency=None, gap_threshold=None, control_dump_filename=None, tags=None, is_live=False, verbose=True)