Plot horizon distance from ranking statistics
1 unresolved thread
1 unresolved thread
Compare changes
- Patrick Godwin authored
* fold in state/DQ vector support in Stream.from_datasource * expose setting pipeline state via stream.set_state(state) * support operations on groups of keyed streamed via StreamMap * allow callbacks via EOS messages where message types are not relevant * support x-lal caps when pulling buffers from appsink * support AppSync functionality for synchronization via StreamMap.bufsink
+ 223
− 59
@@ -33,6 +33,7 @@ import functools
@@ -45,10 +46,13 @@ from gi.repository import GObject
@@ -62,18 +66,19 @@ from gstlal import simplehandler
@@ -87,6 +92,10 @@ class Stream(object):
@@ -102,10 +111,10 @@ class Stream(object):
@@ -128,63 +137,87 @@ class Stream(object):
@@ -196,19 +229,72 @@ class Stream(object):
@@ -230,6 +316,13 @@ class Stream(object):
@@ -239,6 +332,64 @@ class Stream(object):
@@ -250,9 +401,16 @@ class StreamHandler(simplehandler.Handler):
@@ -261,8 +419,14 @@ class StreamHandler(simplehandler.Handler):