Package pylal :: Module CoincInspiralUtils :: Class coincInspiralTable :: Class row
[hide private]
[frames] | no frames]

Class row

source code

object --+
         |
        coincInspiralTable.row

Instance Methods [hide private]
 
__init__(self, event_id, numifos=0, stat=0, likelihood=0)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
add_trig(self, trig, statistic) source code
 
add_sim(self, sim) source code
 
_get_ifo_set(self) source code
 
_get_ifo_string(self) source code
 
get_ifos(self) source code
 
_get_slide_num(self) source code
 
get_time(self) source code
 
get_gps_times(self)
Return a dictionary of the GPS times associated with each trigger in the coincidence.
source code
 
__iter__(self)
Return an iterator over the triggers in this coinc.
source code

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

Class Variables [hide private]
  ifos = property(fget= _get_ifo_set)
  ifostring = property(fget= _get_ifo_string)
  slide_num = property(fget= _get_slide_num)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, event_id, numifos=0, stat=0, likelihood=0)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

get_gps_times(self)

source code 

Return a dictionary of the GPS times associated with each trigger in the coincidence. The time is stored in LIGOTimeGPS format.