[SciPy-Dev] thLib: package for 3D kinematics and data analysis (including Savitzky-Golay filter)

Warren Weckesser warren.weckesser at gmail.com
Wed Dec 4 06:24:32 EST 2013


On 12/4/13, Thomas Haslwanter <thomas.haslwanter at fh-linz.at> wrote:
> Hey Warren,
> Great that you got it done!
> I am not yet that familiar with finding my way around the modules: where in
> scipy is your savgol-filter now located?


The functions are in the `signal` module, `scipy.signal.savgol_coeffs`
and `scipy.signal.savgol_filter`.

The code is here:
https://github.com/scipy/scipy/blob/master/scipy/signal/_savitzky_golay.py

The pull request was merged after the release of 0.13, so these will
be in the 0.14 release of scipy.

Warren


>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>



More information about the SciPy-Dev mailing list