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
from_utcdatetime | Converts UTCDateTime object into a time string used within Seismic Handler. |
to_utcdatetime | 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.
_is_asc | Checks whether a file is a Seismic Handler ASCII file or not. |
_is_q | Checks whether a file is a Seismic Handler Q file or not. |
_read_asc | Reads a Seismic Handler ASCII file and returns an ObsPy Stream object. |
_read_q | Reads a Seismic Handler Q file and returns an ObsPy Stream object. |
_write_asc | Writes a Seismic Handler ASCII file from given ObsPy Stream object. |
_write_q | Writes a Seismic Handler Q file from given ObsPy Stream object. |