Package pylal :: Module ligolw_dbinjfind
[hide private]
[frames] | no frames]

Module ligolw_dbinjfind

source code

Functions [hide private]
 
make_rec_sngls_table(connection, recovery_table)
Makes a temporary table containing events from the given recovery table that could potentially be injections --- i.e., events from the "simulation" datatype --- and the process id of the injection jobs that created them.
source code
 
dbinjfind(connection, simulation_table, recovery_table, match_criteria, rough_match=None, rejection_criteria=[], rough_rejection=None, verbose=False) source code
 
strlst_is_subset(stringA, stringB) source code
 
write_coincidences(connection, map_label, search, process_id, verbose=False)
Writes coincidences to coinc_event_map table.
source code
Function Details [hide private]

make_rec_sngls_table(connection, recovery_table)

source code 

Makes a temporary table containing events from the given recovery table that could potentially be injections --- i.e., events from the "simulation" datatype --- and the process id of the injection jobs that created them. This allows for quick matching between injections and single events later on.