psychoinformatics-de / remodnav

Robust Eye Movement Detection for Natural Viewing
Other
59 stars 16 forks source link

BF: Loosen savgol-filter warning to allow disabling the filter #22

Closed adswa closed 3 years ago

adswa commented 3 years ago

A previous PR (#20) introduced a basic check for the parametrization of the Savitzgy Golay filter. It missed a condition for a window_length of 0 (i.e., disabling the filter), and would also crash in those cases. This change rectifies this, and let's a window length of zero pass.