ccp-eva / eyewit

👁‍🗨 Bootstrapping common eye-tracking tasks
MIT License
7 stars 3 forks source link

⭐ `omit_first_overflow_fi_applied` should take an integer as argument #52

Open kalaschnik opened 2 years ago

kalaschnik commented 2 years ago

That means, the parameter (and later a helper function) should be omit_first_n_fixations = 0 as the default. To omit the first trial it should be: omit_first_n_fixations = 1, etc.