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 Checks whether a file is a pickled ObsPy Stream file.
read Read waveform files into an ObsPy Stream object.
readPickle Reads and returns Stream from pickled ObsPy Stream file.
writePickle Writes a Python pickle of current stream.

Classes

Stream List like object of multiple ObsPy Trace objects.

This Page