obspy.io.ascii.core._read_tspair
- _read_tspair(filename, headonly=False, **kwargs)[source]
Reads a ASCII TSPAIR file and returns an 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/tspair.ascii')