SummValue¶
- class igwn_ligolw.lsctables.SummValue(**kwargs)¶
Bases:
RowTypeExample:
>>> x = SummValue() >>> x.instruments = ("H1", "L1") >>> print(x.ifo) H1,L1 >>> assert x.instruments == set(['H1', 'L1']) >>> x.start = LIGOTimeGPS(0) >>> x.end = LIGOTimeGPS(10) >>> x.segment segment(LIGOTimeGPS(0, 0), LIGOTimeGPS(10, 0)) >>> x.segment = None >>> print(x.segment) None
Attributes Summary
Attributes Documentation
- comment¶
- end¶
- end_time¶
- end_time_ns¶
- error¶
- frameset_group¶
- ifo¶
- instruments¶
- intvalue¶
- name¶
- process_id¶
- program¶
- segment¶
- segment_def_id¶
- start¶
- start_time¶
- start_time_ns¶
- summ_value_id¶
- value¶