gstlal-inspiral  0.4.2
 All Classes Namespaces Files Functions Variables Pages
lloidparts_interp.patch
1 diff --git a/gstlal-inspiral/python/lloidparts.py b/gstlal-inspiral/python/lloidparts.py
2 index 0594819..fd3f006 100644
3 --- a/gstlal-inspiral/python/lloidparts.py
4 +++ b/gstlal-inspiral/python/lloidparts.py
5 @@ -796,7 +796,8 @@ def mkLLOIDhoftToSnrSlices(pipeline, hoftdict, bank, control_snksrc, block_durat
6  # Note quality = 1 requires that the template slices
7  # are padded such that the Nyquist frequency is 1.5
8  # times the highest frequency of the time slice
9 - branch_heads[rate] = pipeparts.mkcapsfilter(pipeline, pipeparts.mkresample(pipeline, branch_heads[rate], quality = 1), "audio/x-raw-float, rate=%d" % next_rate[rate])
10 + branch_heads[rate] = pipeparts.mkcapsfilter(pipeline, pipeparts.mkgeneric(pipeline, branch_heads[rate], "lal_interpolator"), "audio/x-raw-float, rate=%d" % next_rate[rate])
11 + #branch_heads[rate] = pipeparts.mkcapsfilter(pipeline, pipeparts.mkresample(pipeline, branch_heads[rate], quality = 1), "audio/x-raw-float, rate=%d" % next_rate[rate])
12  branch_heads[rate] = pipeparts.mknofakedisconts(pipeline, branch_heads[rate]) # FIXME: remove when resampler is patched
13  branch_heads[rate] = pipeparts.mkchecktimestamps(pipeline, branch_heads[rate], "timestamps_%s_after_%d_to_%d_snr_resampler" % (logname, rate, next_rate[rate]))
14