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

Acceleration threshold in libtobii and others #105

Open iebeid opened 6 years ago

iebeid commented 6 years ago

Hi,

This line:

self.pxacctresh = self._deg2pix(self.screendist, self.accthresh / 1000.0, self.pixpercm) # in pixels per millisecond**2

in libtobii

I thought the acceleration threshold should be divided by 1000000 instead 1000.

You know pixels/milliseconds*2

Thank you,