Package pylal :: Module ligolw_miinjfind :: Class DocContents
[hide private]
[frames] | no frames]

Class DocContents

source code

object --+
         |
        DocContents

A wrapper interface to the XML document.

Instance Methods [hide private]
 
__init__(self, xmldoc, sbdef, process)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
inspirals_near_endtime(self, t, dt)
Return a list of the inspiral events whose peak times are within self.inspiral_end_time_window of t.
source code
 
sort_triggers_by_id(self)
Sort the multi_inspiral table's rows by ID (tidy-up document for output).
source code
 
new_coinc(self, coinc_def_id)
Construct a new coinc_event row attached to the given process, and belonging to the set of coincidences defined by the given coinc_def_id.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, xmldoc, sbdef, process)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)