VetoDefTable¶
- class igwn_ligolw.lsctables.VetoDefTable(attrs=None)¶
Bases:
TableAttributes Summary
Methods Summary
segmentlistdict(name, category[, version, ...])Return a segments.segmentlistdict mapping instrument to the segments for the (name, category) pair.
versions(name, category)Report the versions available for the (name, category) pair.
Attributes Documentation
- tableName = 'veto_definer'¶
- validcolumns = {'category': 'int_4s', 'comment': 'lstring', 'end_pad': 'int_4s', 'end_time': 'int_4s', 'ifo': 'lstring', 'name': 'lstring', 'process:process_id': 'int_8s', 'start_pad': 'int_4s', 'start_time': 'int_4s', 'version': 'int_4s'}¶
Methods Documentation
- segmentlistdict(name, category, version=None, padded=False)¶
Return a segments.segmentlistdict mapping instrument to the segments for the (name, category) pair. If version is None (the default) then the newest version of the segments are reported, otherwise the segments for the requested version are reported. If padded is boolean False (the default) the non-padded segments are reported, otherwise the padded segments are reported.
- versions(name, category)¶
Report the versions available for the (name, category) pair.