esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
671 stars 211 forks source link

TobiiTracker doesn't use SACCVELTHRESH and SACCACCTHRESH #47

Open scattenlaeufer opened 8 years ago

scattenlaeufer commented 8 years ago

In the __init__ for TobiiTracker the values for saccade_velocity_threshold and saccade_accelaraiton_threshold are hard coded to be set to 35 and 9500 respectively. These values should be set in defaults.py or constants.py but the settings in those files are ignored.

esdalmaijer commented 6 years ago

You're welcome to do a pull request :)