Pygaze Fixtation Function
in PyGaze
In the pygaze data sheet that I receive after each experiment, I see a column titled "Fixation" and I am assuming it's a function that returns "True" or "False".
Can someone tell me what this function (or column,if I'm wrong and it is not a function) does? What kind of an algorithm does it use to determine whether something is or is not a fixation?
Comments
It’s not a PyGaze function, but rather an EyeTribe function. It denotes whether the EyeTribe algorithm thinks there currently is a fixation. I would advise to ignore it, and instead implement your own fixation-detection algorithm.