obspy.io.gse2.core._read_gse1
- _read_gse1(filename, headonly=False, verify_chksum=True, **kwargs)[source]
Reads a GSE1 file and returns a Stream object.
GSE1 files containing multiple WID1 entries/traces are supported.
Warning
This function should NOT be called directly, it registers via the ObsPy
read()
function, call this instead.- Parameters:
- Return type:
- Returns:
Stream object containing header and data.
Example
>>> from obspy import read >>> st = read("/path/to/y2000.gse")