Package pylal :: Module ligolw_sstinca :: Class InspiralEventList
[hide private]
[frames] | no frames]

Class InspiralEventList

source code

snglcoinc.EventList --+
                      |
                     InspiralEventList

A customization of the EventList class for use with the inspiral search.

Instance Methods [hide private]
 
make_index(self)
Sort events by end time so that a bisection search can retrieve them.
source code
 
set_dt(self, dt)
If an event's end time differs by more than this many seconds from the end time of another event then it is *impossible* for them to be coincident.
source code
 
get_coincs(self, event_a, offset_a, light_travel_time, threshold, comparefunc)
The parameter 'threshold' holds the ethinca parameter (for metric-based coincidence tests) or the time window (for exact match with a fixed time uncertainty window)
source code
Method Details [hide private]

make_index(self)

source code 

Sort events by end time so that a bisection search can retrieve them. Note that the bisection search relies on the __cmp__() method of the SnglInspiral row class having previously been set to compare the event's end time to a LIGOTimeGPS.