From 8af946fbd89088656e72ca7d6532d3006e6f51c8 Mon Sep 17 00:00:00 2001 From: Madeline Wade <madeline.wade@ligo.org> Date: Tue, 29 Jan 2019 20:17:53 -0800 Subject: [PATCH] Remove nxydumpsink from pipeline --- gstlal-calibration/bin/gstlal_compute_strain | 2 -- 1 file changed, 2 deletions(-) diff --git a/gstlal-calibration/bin/gstlal_compute_strain b/gstlal-calibration/bin/gstlal_compute_strain index cf477576e7..c7f419d9bd 100755 --- a/gstlal-calibration/bin/gstlal_compute_strain +++ b/gstlal-calibration/bin/gstlal_compute_strain @@ -2313,8 +2313,6 @@ if compute_calib_statevector: else: raise ValueError("Must set either CBCHWInjBitmask or CBCHWInjOffBitmask") hwinjcbc = pipeparts.mkcapsfilter(pipeline, hwinjcbc, calibstate_caps) - hwinjcbc = pipeparts.mktee(pipeline, hwinjcbc) - pipeparts.mknxydumpsink(pipeline, hwinjcbc, "hwinjcbc.txt") if bursthwinj_bitmask is not None: hwinjburst = pipeparts.mkgeneric(pipeline, hwinjchanneltee, "lal_logicalundersample", required_on = bursthwinj_bitmask, status_out = pow(2,7)) -- GitLab