obspy.core.stream.readPickle

readPickle(filename, **kwargs)[source]

Reads and returns Stream from pickled ObsPy Stream file.

Warning

This function should NOT be called directly, it registers via the ObsPy read() function, call this instead.

Parameters:filename (str) Name of the pickled ObsPy Stream file to be read.
Return type:Stream
Returns:A ObsPy Stream object.

This Page