Does anyone have a recommendation for an eyetracking data analysis tool in Python? Ideally something that e.g. has fixation and saccade detection algorithms, and some visualisation. It seems that there is no particularly good standard.
@benediktehinger.bsky.social
#VisionScience
@benediktehinger.bsky.social
#VisionScience
Comments
https://github.com/aeye-lab/pymovements
Otherwise you can check this huge list of gaze softwares:
https://github.com/davebraze/FDBeye/wiki/Researcher-Contributed-Eye-Tracking-Tools
in the past I used cateyes @gutlin.bsky.social https://digyt.github.io/cateyes/cateyes/ - but even then e.g. remodnav is tricky to use (filtersettings...)
I have quite some experience within ET-workflows in python: https://github.com/behinger/etcomp/tree/etcomp2/ - unfortunately, it is a too fixed structure for a toolbox, but we analyzed eyelink, trackpixx & pupil-labs core (neon coming) by now
Would love to have time for that...