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
Removes a polynomial trend from the data. |
|
Detrend signal simply by subtracting a line through the first and last point of the trace |
|
Remove a trend by fitting splines. |
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.