|
depopulate_sngl_inspiral(xmldoc,
verbose=False)
This function takes the lists of event_ids from the sngl_inspiral and
coinc_event_map tables and determine the difference, such that the
newlist contains only non-coinc single-ifo triggers. |
source code
|
|
|
remove_process_rows(xmldoc,
process_ids,
verbose=False) |
source code
|
|
|
|
|
drop_vetodef_table(xmldoc,
verbose=False)
Drop the veto_definer table from the xmldoc and remove the rows in
the process & process_params tables that have process_ids found
in the veto_definer table. |
source code
|
|
|
|
|
|
|
populate_experiment_table(xmldoc,
search_group,
trigger_program,
lars_id,
instruments,
comments=None,
add_inst_subsets=False,
verbose=False)
Populate the experiment table using the given entries. |
source code
|
|
|
|
|
populate_experiment_summ_table(xmldoc,
experiment_id,
time_slide_dict,
veto_def_name,
verbose=False)
Populate the experiment_summ_table using an experiment_id, a
veto_def_name, and a list of time_slide ids. |
source code
|
|
|
get_on_instruments(xmldoc,
trigger_program) |
source code
|
|
|
generate_experiment_tables(xmldoc,
**cmdline_opts)
Create or adds entries to the experiment table and experiment_summ
table using instruments pulled from the search summary table and
offsets pulled from the time_slide table. |
source code
|
|
|
populate_experiment_map(xmldoc,
veto_def_name,
verbose=False) |
source code
|
|