Home | Trees | Indices | Help |
|
---|
|
object --+ | table.Table.RowType --+ | SearchSummary
Example:
>>> x = SearchSummary() >>> x.instruments = (u"H1", u"L1") >>> x.ifos u'H1,L1' >>> x.instruments set([u'H1', u'L1']) >>> x.in_start = x.out_start = LIGOTimeGPS(0) >>> x.in_end = x.out_end = LIGOTimeGPS(10) >>> x.in_segment segment(LIGOTimeGPS(0, 0), LIGOTimeGPS(10, 0)) >>> x.out_segment segment(LIGOTimeGPS(0, 0), LIGOTimeGPS(10, 0)) >>> x.in_segment = x.out_segment = None >>> print(x.in_segment) None >>> print(x.out_segment) None
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
in_end = <glue.ligolw.lsctables.gpsproperty object at 0x7f3904
|
|||
in_segment = <glue.ligolw.lsctables.segmentproperty object at
|
|||
in_start = <glue.ligolw.lsctables.gpsproperty object at 0x7f39
|
|||
instruments = <glue.ligolw.lsctables.instrumentsproperty objec
|
|||
out_end = <glue.ligolw.lsctables.gpsproperty object at 0x7f390
|
|||
out_segment = <glue.ligolw.lsctables.segmentproperty object at
|
|||
out_start = <glue.ligolw.lsctables.gpsproperty object at 0x7f3
|
|
Serialize a sequence of instruments into the ifos attribute. The instrument names must not contain the "," character. |
|
in_end
|
in_segment
|
in_start
|
instruments
|
out_end
|
out_segment
|
out_start
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:19 2017 | http://epydoc.sourceforge.net |