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