Class to convert a set of rootfiles to a ligolw_document.
|
|
__init__(self,
joblist=None,
start=None,
end=None,
instruments=None,
waveoffset=0,
verbose=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
create_tables(self,
xmldoc,
rootfiles)
Sets up table structures and calls populating methods. |
source code
|
|
|
|
get_coinc_def_row(self,
sim_tree)
Fill in a coinc definer entry for waveburst |
source code
|
|
|
|
get_cwb_row(self,
cohwb_table,
sim_tree)
Fill in a custom cwb event table |
source code
|
|
|
|
get_sngl_burst_row(self,
sngl_burst_table,
sim_tree,
d)
Fill in a sngl_burst row for a cwb event |
source code
|
|
|
|
get_multi_burst_row(self,
multi_burst_table,
sim_tree)
Fill in a multi_burst row for a cwb event -- these should exactly
correlate to the sngl_burst events within a single coherent event |
source code
|
|
|
|
do_process_table_from_segment(self,
xmldoc,
sim_tree,
segment,
jobid=-1)
Create the process_table for the cWB job(s) from a job segment. |
source code
|
|
|
|
do_process_table(self,
xmldoc,
sim_tree)
Create the process_table for the cWB job(s) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|