obspy.core.stream
Module for handling ObsPy Stream
objects.
- 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
Read waveform files into an ObsPy |
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.
Create an example stream. |
|
Check whether a file is a pickled ObsPy Stream file. |
|
Read a single file into a ObsPy Stream object. |
|
Read and return Stream from pickled ObsPy Stream file. |
|
Write a Python pickle of current stream. |
Classes
List like object of multiple ObsPy |