read_ligolw#
- gwpy.io.ligolw.read_ligolw(
- source: NamedReadable | list[NamedReadable],
- contenthandler: type[ContentHandler] | None = None,
- **kwargs,
Read one or more LIGO_LW format files.
- Parameters:
- source
str,file,listofstrorfile The open file or file path to read.
- contenthandler
ContentHandler, optional Content handler used to parse document.
- kwargs
Other keyword arguments to pass to
igwn_ligolw.utils.load_url.
- source
- Returns:
- xmldoc
Document the document object as parsed from the file(s)
- xmldoc