Home | Trees | Indices | Help |
|
---|
|
Ask Kipp to document this!
Version: git id 8cbd1b7187ce3ed9a825d6ed11cc432f3cfde9a5
Date: 2017-12-05 15:29:36 +0000
Author: Kipp Cannon <kipp.cannon@ligo.org>
|
|||
LIGOLWContentHandler Minimal content handler suitable for loading documents containg segment tables. |
|||
LigolwSegmentList A description of a LIGO Light-Weight XML segment list. |
|||
LigolwSegments An interface shim between code that makes use of segments in glue.segments form, and LIGO Light-Weight XML I/O code. |
|
|||
|
|||
|
|
|||
__package__ =
|
|
Return True if the document contains a complete set of segment tables. Returns False otherwise. If name is given and not None then the return value is True only if the document's segment tables, if present, contain a segment list by that name. |
Retrieve the segmentlists whose name equals name. The result is a segmentlistdict indexed by instrument. The output of this function is not coalesced, each segmentlist contains the segments as found in the segment table. NOTE: this is a light-weight version of the .get_by_name() method of the LigolwSegments class intended for use when the full machinery of that class is not required. Considerably less document validation and error checking is performed by this version. Consider using that method instead if your application will be interfacing with the document via that class anyway. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:18 2017 | http://epydoc.sourceforge.net |