Definition at line 67 of file SnglBurstUtils.py.
Inherits object.
Public Member Functions | |
| def | __init__ (self, connection, live_time_program, search="excesspower", veto_segments_name=None) |
| Compute and record some summary information about the database. More... | |
| def | get_noninjections (self) |
| Generator function to return. More... | |
| def | get_injections (self) |
| Generator function to return. More... | |
| def lalburst.SnglBurstUtils.CoincDatabase.__init__ | ( | self, | |
| connection, | |||
| live_time_program, | |||
search = "excesspower", |
|||
veto_segments_name = None |
|||
| ) |
Compute and record some summary information about the database.
Call this after all the data has been inserted, and before you want any of this information.
Definition at line 73 of file SnglBurstUtils.py.
| def lalburst.SnglBurstUtils.CoincDatabase.get_noninjections | ( | self | ) |
Generator function to return.
is_background, event_list, offsetvector
tuples by querying the coinc_event and sngl_burst tables in the database. Only coincs corresponding to sngl_burst<-->sngl_burst coincs will be retrieved.
Definition at line 143 of file SnglBurstUtils.py.
| def lalburst.SnglBurstUtils.CoincDatabase.get_injections | ( | self | ) |
Generator function to return.
sim, event_list, offsetvector
tuples by querying the sim_burst, coinc_event and sngl_burst tables in the database. Only coincs corresponding to "exact" sim_burst<-->coinc_event coincs will be retrieved.
Definition at line 186 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.connection |
Definition at line 75 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.xmldoc |
Definition at line 76 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.sngl_burst_table |
Definition at line 80 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.sim_burst_table |
Definition at line 84 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.coinc_def_table |
Definition at line 88 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.coinc_table |
Definition at line 89 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.time_slide_table |
Definition at line 90 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.multi_burst_table |
Definition at line 96 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.seglists |
Definition at line 101 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.instruments |
Definition at line 102 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.vetoseglists |
Definition at line 104 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.bb_definer_id |
Definition at line 112 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.sb_definer_id |
Definition at line 116 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.sce_definer_id |
Definition at line 120 of file SnglBurstUtils.py.
| lalburst.SnglBurstUtils.CoincDatabase.scn_definer_id |
Definition at line 124 of file SnglBurstUtils.py.