obspy.io.sh.core
SH bindings to ObsPy core module.
- copyright:
The ObsPy Development Team (devs@obspy.org)
- license:
GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)
Public Functions
Converts UTCDateTime object into a time string used within Seismic Handler. |
|
Converts time string used within Seismic Handler into a UTCDateTime. |
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.
Checks whether a file is a Seismic Handler ASCII file or not. |
|
Checks whether a file is a Seismic Handler Q file or not. |
|
Reads a Seismic Handler ASCII file and returns an ObsPy Stream object. |
|
Reads a Seismic Handler Q file and returns an ObsPy Stream object. |
|
Writes a Seismic Handler ASCII file from given ObsPy Stream object. |
|
Writes a Seismic Handler Q file from given ObsPy Stream object. |