obspy.realtime.signal.boxcar

boxcar(trace, width, rtmemory_list=None)[source]

Apply boxcar smoothing to data in array sample.

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

  • width (int) – Width in number of sample points for filter.

  • 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.