|
| 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.