obspy.io.gse2.core._read_gse2
- _read_gse2(file, headonly=False, verify_chksum=True, **kwargs)[source]
Reads a GSE2 file and returns a Stream object.
GSE2 files containing multiple WID2 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/loc_RJOB20050831023349.z")