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 (http://www.gnu.org/copyleft/lesser.html)

Functions

isPickle Check whether a file is a pickled ObsPy Stream file.
read Read waveform files into an ObsPy Stream object.
readPickle Read and return Stream from pickled ObsPy Stream file.
writePickle Write a Python pickle of current stream.

Classes

Stream List like object of multiple ObsPy Trace objects.