obspy.realtime.rtmemory.RtMemory

class RtMemory[source]

Real time memory class.

Attributes

__doc__ unicode(object=’‘) -> unicode object
__module__ str(object=’‘) -> string

Public Methods

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

Private Methods

Warning

Private methods are mainly for internal/developer use and their API might change without notice.

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

Special Methods

__init__