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.
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.