obspy.realtime.signal.offset

offset(trace, offset=0.0, rtmemory_list=None)[source]

Add the specified offset to the data.

Parameters:
  • trace (Trace) – Trace object to append to this RtTrace

  • offset (float, optional) – offset (default is 0.0)

  • rtmemory_list (list of RtMemory, optional) – Persistent memory used by this process for specified trace

Return type:

NumPy numpy.ndarray

Returns:

Processed trace data from appended Trace object