Reads a Seismic Handler ASCII 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/QFILE-TEST-ASC.ASC")
>>> st
<obspy.core.stream.Stream object at 0x...>
>>> print(st)
3 Trace(s) in Stream:
.TEST..BHN | 2009-10-01T12:46:01.000000Z - ... | 20.0 Hz, 801 samples
.TEST..BHE | 2009-10-01T12:46:01.000000Z - ... | 20.0 Hz, 801 samples
.WET..HHZ | 2010-01-01T01:01:05.999000Z - ... | 100.0 Hz, 4001 samples