Inspiral injection identification library.
Contains code providing the capacity to search a list of
multi_inspiral candidates for events matching entries in a sim_inspiral
list of software injections, recording the matches as inspiral <-->
injection coincidences using the standard coincidence infrastructure.
Version:
8cbd1b7187ce3ed9a825d6ed11cc432f3cfde9a5
Date:
2017-12-05 15:29:36 +0000
Author:
Duncan M. Macleod <duncan.macleod@ligo.org>
|
|
|
append_process(xmldoc,
match_algorithm,
time_window,
loudest_by,
comment)
Convenience wrapper for adding process metadata to the document. |
source code
|
|
|
find_multi_inspiral_matches(contents,
sim,
time_window,
loudest_by=None)
Scan the inspiral table for triggers matching sim. |
source code
|
|
|
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
multi_inspiral rows to the new coinc_event row. |
source code
|
|
|
ligolw_miinjfind(xmldoc,
process,
search,
time_window,
loudest_by=None,
verbose=False)
Parse an XML document and find coincidences between entries in
sim_inspiral and multi_inspiral tables. |
source code
|
|