From 87e9b06162f6cce81ddd25a8c5327c87565fd407 Mon Sep 17 00:00:00 2001 From: Chad Hanna <chad.hanna@ligo.org> Date: Tue, 15 May 2018 09:54:55 -0400 Subject: [PATCH] multirate_datasource: fix typos --- gstlal/python/multirate_datasource.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gstlal/python/multirate_datasource.py b/gstlal/python/multirate_datasource.py index 7ca79f686a..122d8360f1 100644 --- a/gstlal/python/multirate_datasource.py +++ b/gstlal/python/multirate_datasource.py @@ -191,7 +191,7 @@ def mkwhitened_multirate_src(pipeline, src, rates, instrument, psd = None, psd_f # if veto_segments is not None: - head = datasource.mkdeglitcher(pipeline, head, veto_segments) + head = pipeparts.mkdeglitcher(pipeline, head, veto_segments) # # construct whitener. @@ -307,7 +307,7 @@ def mkwhitened_multirate_src(pipeline, src, rates, instrument, psd = None, psd_f # if veto_segments is not None: - head = datasource.mkdeglitcher(pipeline, head, veto_segments) + head = pipeparts.mkdeglitcher(pipeline, head, veto_segments) # # optional gate on whitened h(t) amplitude. attack and hold are -- GitLab