obspy.signal.detrend

Python module containing detrend methods.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Public Functions

polynomial

Removes a polynomial trend from the data.

simple

Detrend signal simply by subtracting a line through the first and last point of the trace

spline

Remove a trend by fitting splines.

Private Functions

Warning

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

_plotting_helper