We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/18 .
Sorry, something went wrong.
Fixed issue #18: Make the Savitzy Golay be a import-able module
eaa610f
I cleaned the Savitzy-Golay code up a bit, and turned it into a importable module named "sg.py".
Awesome, thanks so much!!
benmontet
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: