Closed catskul closed 8 years ago
This is awesome. Could you write a helper function in the savgol.cpp file that shows how the frame size, polynomial order and range on inputs can be set from the command line? So that by calling ./savgol --help
or ./savgol -h
from the command line, the user is shown how the parameters
I added a Contribution.md
file to the master to aid future developers. You may add this to your local branch before your next push. Thanks!
Weldone!
Glad to help!
I don't have the time to make other changes at the moment, but this pull request should be independent anyway. I think this is ready for merge.
No worries, @catskul.
Just did some structural adjustments for my own sake while playing with the code, and figured I'd submit them back in case you find them useful:
using namespace
in header file to avoid accidental namespace pollution