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")