Skip to content
Snippets Groups Projects

Plot horizon distance from ranking statistics

Merged ChiWai Chan requested to merge plot_psd_horizon into master
1 unresolved thread
16 files
+ 309
50
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -12,7 +12,7 @@ from gi.repository import Gst
GObject.threads_init()
Gst.init(None)
from gstlal import gsttools
from gstlal import gstpipetools
from gstlal.pipeparts import pipetools
@@ -107,7 +107,7 @@ def caps(pipeline: pipetools.Pipeline, src: pipetools.Element, caps: Union[str,
Returns:
Element, the source element limited by the given caps (capabilities)
"""
return pipetools.make_element_with_src(pipeline, src, "capsfilter", caps=gsttools.to_caps(caps), **properties)
return pipetools.make_element_with_src(pipeline, src, "capsfilter", caps=gstpipetools.to_caps(caps), **properties)
## Adds a <a href="@gstlalgtkdoc/GSTLALWhiten.html">lal_whiten</a> element to a pipeline with useful default properties
Loading