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
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -39,11 +39,6 @@ from gstlal import pipeio
from gstlal import simplehandler
from gstlal.utilities.element_registry import ElementRegistry
try:
from gstlal import lloidparts
except ImportError:
# TODO create dummy module that returns a raise Error on __getattr__
lloidparts = None
SourceElem = namedtuple("SourceElem", "datasource is_live gps_range state_vector dq_vector")
Buffer = namedtuple("Buffer", "name t0 duration data caps")
Loading