tjmahr / lookr

Scripts for looking-while-listening and visual-world eyetracking experiments
Other
7 stars 2 forks source link

Looks with an x location but no y location should be NA #20

Open tjmahr opened 8 years ago

tjmahr commented 8 years ago

Here are some looks, plotted by Area of Interest over time. Those gray dots are mistracked data. They could not be mapped to an AOI.

image

Here is the same data, this time showing x position of the eyes onscreen as a function of time. Color corresponds to AOI assignment. Under normal circumstances, we should not see any mistracked data.

image

But somehow these missing data have an x location on screen. What happened is that the eyetracker recorded an x position but no y position.

image

These x-but-no-y looks (and vice versa) should be recoded as NAs. Be sure to add unit tests.