[SciPy-Dev] Savitzky-Golay for scipy.signal

Warren Weckesser warren.weckesser at enthought.com
Tue Sep 11 22:16:28 EDT 2012


On Tue, Sep 11, 2012 at 3:55 PM, Christopher Felton
<chris.felton at gmail.com>wrote:

> On 9/9/2012 9:20 PM, Warren Weckesser wrote:
> > On Sun, Sep 9, 2012 at 3:39 PM, Warren Weckesser <
> > warren.weckesser at enthought.com> wrote:
> >
> >>
> >> On Sun, Sep 9, 2012 at 3:34 PM, thomash <
> thomas.haslwanter at alumni.ethz.ch>wrote:
> >>
> >>> In my line of work, the Savitzky-Golay filter is one of the most useful
> >>> filters,
> >>> and I think it would be worth including it into scipy.signal.
> >>> "rgommer" has already mentioned that he would support that notion, and
> I
> >>> was
> >>> wondering if it would be ok with the other developers if I go ahead
> with
> >>> it?
> >>> thomash
> >>>
> >>
> >>
> >> You're email is well-timed, because I've been working on an
> implementation
> >> today, and in fact, I was working on unit tests when your email arrived.
> >> I'll have a pull request on github very soon (definitely by the end of
> the
> >> day).
> >>
> >>
> >
>
> Where would the SG filter live in the scipy.signal
> namespace?
>
> There has been talk of reorganizing scipy.signal.
> Might consider the possible reorg or where it might
> make sense for it to live.  Or is it simply in the
> .signal namespace?
>
>

In the pull request (https://github.com/scipy/scipy/pull/304), I added the
functions to the scipy.signal namespace.  Historically, the scipy packages
tend towards flat namespaces.

Warren



> Regards,
> Chris
>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20120911/42d4e918/attachment.html>


More information about the SciPy-Dev mailing list