obspy.io.segy.core
SEG Y 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)
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.
Checks whether or not the given file is a SEG Y file. |
|
Checks whether or not the given file is a Seismic Unix (SU) file. |
|
Reads a SEG Y file and returns an ObsPy Stream object. |
|
Reads a Seismic Unix (SU) file and returns an ObsPy Stream object. |
|
Monkey patch for the __str__ method of the Trace object. |
|
Writes a SEG Y file from given ObsPy Stream object. |
|
Writes a Seismic Unix (SU) file from given ObsPy Stream object. |
Classes
This version of AttribDict will unpack header values only if needed. |
Exceptions
Raised if the writing of the Stream object fails due to some reason. |
|
Raised if the interval between two samples is too large. |