obspy.realtime.rtmemory.RtMemory

class RtMemory[source]

Real time memory class.

Attributes

__doc__ unicode(string [, encoding[, errors]]) -> object
__module__ str(object) -> string

Public Methods

initialize Create and initialize input and output arrays for this RtMemory object.
updateInput Update input memory using specified number of points from end of specified array.
updateOutput Update output memory using specified number of points from end of specified array.

Private Methods

_update Update specified memory array using specified number of points from end of specified data array.

Special Methods

__init__