Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Savitzy Golay be a import-able module #18

Open
mrtommyb opened this issue Jun 25, 2013 · 3 comments
Open

Make the Savitzy Golay be a import-able module #18

mrtommyb opened this issue Jun 25, 2013 · 3 comments
Assignees

Comments

@mrtommyb
Copy link
Member

I want to import the Savitzy-Golay filtering as a module and then call it like

import SGfilt #obviously pick whatever name you choose
SGfilt.do_filtering(time,flux,**kwargs)

where the keywords take sensible defaults.

@ghost ghost assigned benmontet Jun 25, 2013
@benmontet
Copy link
Member

I too would like this but will be in the air all day today. If someone else
wants to beat me to the punch, go ahead!

On Tuesday, June 25, 2013, mrtommyb wrote:

I want to import the Savitzy-Golay filtering as a module and then call it
like

import SGfilt #obviously pick whatever name you choose
SGfilt.do_filtering(time,flux,**kwargs)

where the keywords take sensible defaults.


Reply to this email directly or view it on GitHubhttps://github.com//issues/18
.

@hpparvi
Copy link
Member

hpparvi commented Jun 28, 2013

I cleaned the Savitzy-Golay code up a bit, and turned it into a importable module named "sg.py".

@mrtommyb
Copy link
Member Author

Awesome, thanks so much!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants