LALInspiral 5.0.3.1-eeff03c
inspinjfind.py File Reference

Prototypes

def lalinspiral.inspinjfind.find_sngl_inspiral_matches (contents, sim, comparefunc)
 Scan the inspiral table for triggers matching sim. More...
 
def lalinspiral.inspinjfind.add_sim_inspiral_coinc (contents, sim, inspirals)
 Create a coinc_event in the coinc table, and add arcs in the coinc_event_map table linking the sim_inspiral row and the list of sngl_inspiral rows to the new coinc_event row. More...
 
def lalinspiral.inspinjfind.find_exact_coinc_matches (coincs, sim, comparefunc)
 Return a set of the coinc_event_ids of the inspiral<-->inspiral coincs in which all inspiral events match sim. More...
 
def lalinspiral.inspinjfind.find_near_coinc_matches (coincs, sim, comparefunc)
 Return a set of the coinc_event_ids of the inspiral<-->inspiral coincs in which at least one inspiral event matches sim. More...
 
def lalinspiral.inspinjfind.add_sim_coinc_coinc (contents, sim, coinc_event_ids, coinc_def_id)
 Create a coinc_event in the coinc table, and add arcs in the coinc_event_map table linking the sim_inspiral row and the list of coinc_event rows to the new coinc_event row. More...
 
def lalinspiral.inspinjfind.ligolw_inspinjfind (xmldoc, process, search, snglcomparefunc, nearcoinccomparefunc, end_time_bisect_window=1.0, verbose=False)
 
def lalinspiral.inspinjfind.revert (xmldoc, program, verbose=False)
 

Go to the source code of this file.

Data Structures

class  lalinspiral.inspinjfind.SnglInspiral
 Version of lsctables.SnglInspiral who's .__cmp__() method compares this object's .end value directly to the value of other. More...
 
class  lalinspiral.inspinjfind.DocContents
 A wrapper interface to the XML document. More...
 

Namespaces

namespace  lalinspiral
 
namespace  lalinspiral.inspinjfind
 

Variables

 lalinspiral.inspinjfind.InspiralSICoincDef = lsctables.CoincDef(search = u"inspiral", search_coinc_type = 1, description = u"sim_inspiral<-->sngl_inspiral coincidences")
 
 lalinspiral.inspinjfind.InspiralSCNearCoincDef = lsctables.CoincDef(search = u"inspiral", search_coinc_type = 2, description = u"sim_inspiral<-->coinc_event coincidences (nearby)")
 
 lalinspiral.inspinjfind.InspiralSCExactCoincDef = lsctables.CoincDef(search = u"inspiral", search_coinc_type = 3, description = u"sim_inspiral<-->coinc_event coincidences (exact)")
 
 lalinspiral.inspinjfind.InspiralSTCoincDef = lsctables.CoincDef(search = u"inspiral", search_coinc_type = 4, description = u"sim_inspiral<-->sngl_inspiral template coincidences")