leiferlab / savitzkygolay

Savitzky-Golay filters
15 stars 7 forks source link

added full support for 3D filters #1

Closed jmbhughes closed 1 year ago

jmbhughes commented 4 years ago

Previously, the code would only support single digit filters because there wasn't proper 0 filling. I added the rest of the 3D filters and corrected the file naming convention.

There were also some style convention things my editor suggested.