plots.segments module

class plots.segments.ligolwcontenthandler(document, start_handlers={})[source]

Bases: LIGOLWContentHandler

startArray(parent, attrs)
startColumn(parent, attrs)
startParam(parent, attrs)
startStream(parent, attrs, __orig_startStream=<function use_in.<locals>.startStream>)
startTable(parent, attrs, __orig_startTable=<function use_in.<locals>.startTable>)
plots.segments.parse_segments_xml(path)[source]
plots.segments.plot_segments_history(seglistdicts, segments_to_plot=['trigger buffers', 'h(t) gate', 'state vector'], t_max=None, length=86400.0, labelspacing=10800.0, colors={'H1': array([1.0, 0.0, 0.0]), 'H1L1': array([0.5, 0.5, 0.5]), 'L1': array([0.0, 0.8, 0.0]), 'V1': array([1.0, 0.0, 1.0])}, fig=None, axes=None)[source]