aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
61 stars 12 forks source link

Create binocular event detection filter #28

Open dkrako opened 1 year ago

dkrako commented 1 year ago

Description of the problem

The implemented eye tracking algorithms usually use a single eye for eye movement detection. However, some eye movement events happen on both eyes simultaneously, so we need a method that filters out eye movements that occur only on one eye.

Description of a solution

Minimum acceptance criteria

dkrako commented 1 year ago

research algorithms if there are any