obspy.io.alsep.core._read_wtn
- _read_wtn(file, headonly=False, ignore_error=False, **kwargs)[source]
Reads a WTN 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/wtn.1.2.mini")