obspy.realtime.rtmemory.RtMemory._update

RtMemory._update(memory_array, data)[source]

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

Parameters:
  • memory_array (numpy.ndarray) Memory array (input or output) in this RtMemory object to update.
  • data (numpy.ndarray) Data array to use for update.
Returns:

NumPy ndarray object containing updated memory array (input or output).