Package glue :: Package ligolw :: Module lsctables :: Class CoincInspiral
[hide private]
[frames] | no frames]

Class CoincInspiral

source code

         object --+    
                  |    
table.Table.RowType --+
                      |
                     CoincInspiral

Example:

>>> x = CoincInspiral()
>>> x.instruments = (u"H1", u"L1")
>>> x.ifos
u'H1,L1'
>>> x.instruments
set([u'H1', u'L1'])
>>> x.end = LIGOTimeGPS(10)
>>> x.end
LIGOTimeGPS(10, 0)
>>> x.end = None
>>> print(x.end)
None
Instance Methods [hide private]
 
get_end(self) source code
 
get_ifos(self) source code
 
set_end(self, gps) source code
 
set_ifos(self, ifos) source code

Inherited from table.Table.RowType: __getstate__, __init__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  end = <glue.ligolw.lsctables.gpsproperty object at 0x7f390417a...
  instruments = <glue.ligolw.lsctables.instrumentsproperty objec...
Properties [hide private]
  coinc_event_id
  combined_far
  end_time
  end_time_ns
  false_alarm_rate
  ifos
  mass
  mchirp
  minimum_duration
  snr

Inherited from object: __class__

Class Variable Details [hide private]

end

Value:
<glue.ligolw.lsctables.gpsproperty object at 0x7f390417acd0>

instruments

Value:
<glue.ligolw.lsctables.instrumentsproperty object at 0x7f390417ac90>