igwn_ligolw.utils.search_summary Module

A collection of utilities to assist applications in manipulating the search_summary table in LIGO Light-Weight XML documents.

Functions

append_search_summary(xmldoc, process, **kwargs)

Append search summary information associated with the given process to the search summary table in xmldoc.

segmentlistdict_fromsearchsummary_in(xmldoc)

Convenience wrapper for a common case usage of the segmentlistdict class: searches the process table in xmldoc for occurances of a program named program, then scans the search summary table for matching process IDs and constructs a segmentlistdict object from the in segments in those rows.

segmentlistdict_fromsearchsummary_out(xmldoc)

Convenience wrapper for a common case usage of the segmentlistdict class: searches the process table in xmldoc for occurances of a program named program, then scans the search summary table for matching process IDs and constructs a segmentlistdict object from the out segments in those rows.