obspy.realtime.signal.boxcar
- boxcar(trace, width, rtmemory_list=None)[source]
Apply boxcar smoothing to data in array sample.
- Parameters
- Return type
NumPy
numpy.ndarray
- Returns
Processed trace data from appended Trace object.
Apply boxcar smoothing to data in array sample.
NumPy numpy.ndarray
Processed trace data from appended Trace object.