psychoinformatics-de / remodnav

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

BF-19: Safeguard inappropriate savgol filter set up #20

Closed adswa closed 3 years ago

adswa commented 3 years ago

In #19, we discovered that sampling rates can interact with the default parametrization of the Savitzgy Golay filter, leading to inappropriate filter set up that causes remodnav to crash. This change safe-guards a crash by failing slightly earlier, checking if the parametrization is correct, and advising how to fix it if not. @mih, I appreciate your feedback. :)