obspy.io.alsep.core._read_wth
- _read_wth(file, headonly=False, ignore_error=False, **kwargs)[source]
Reads a WTH file and returns ObsPy Stream object.
Warning
This function should NOT be called directly, it registers via the ObsPy
read()
function, call this instead.- Parameters:
- Return type:
- Returns:
A ObsPy Stream object.
Example
>>> from obspy import read >>> st = read("/path/to/wth.1.5.mini")