obspy.sh.coreΒΆ

SH bindings to ObsPy core module.

copyright:The ObsPy Development Team (devs@obspy.org)
license:GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html)

Functions

fromUTCDateTime Converts UTCDateTime object into a time string used within Seismic Handler.
isASC Checks whether a file is a Seismic Handler ASCII file or not.
isQ Checks whether a file is a Seismic Handler Q file or not.
readASC Reads a Seismic Handler ASCII file and returns an ObsPy Stream object.
readQ Reads a Seismic Handler Q file and returns an ObsPy Stream object.
toUTCDateTime Converts time string used within Seismic Handler into a UTCDateTime.
writeASC Writes a Seismic Handler ASCII file from given ObsPy Stream object.
writeQ Writes a Seismic Handler Q file from given ObsPy Stream object.

This Page