SegmentDef¶
- class igwn_ligolw.lsctables.SegmentDef(**kwargs)¶
Bases:
RowTypeExample:
>>> x = SegmentDef() >>> x.instruments = ("H1", "L1") >>> print(x.ifos) H1,L1 >>> assert x.instruments == set(['H1', 'L1'])
Attributes Summary
Attributes Documentation
- comment¶
- creator_db¶
- ifos¶
- insertion_time¶
- instruments¶
- name¶
- process_id¶
- segment_def_id¶
- version¶