streamburca module

class streamburca.StreamBurca(xmldoc, process_id, delta_t, BBCoincDef, min_instruments=2, verbose=False)[source]

Bases: object

pull(rankingstat, snr_segments, noninjections=False, coinc_sieve=None, flush=False)[source]
push(instrument, events, t_complete)[source]

Push new triggers into the coinc engine. Returns True if the coinc engine’s internal state has changed in a way that might enable new candidates to be constructed, False if not.

set_xmldoc(xmldoc, process_id)[source]
class streamburca.backgroundcollector[source]

Bases: object

pull(two_or_more_instruments, flushed_events)[source]
push(event_ids, offset_vector)[source]