dmirman-zz / gazer

Functions for reading and pre-processing eye tracking data.
16 stars 14 forks source link

is gazer package applicable to Tobii data? #14

Open SiyuCHEN1102 opened 4 years ago

SiyuCHEN1102 commented 4 years ago

Hi,

I tried to use the fuction 'read_fixation_report' to read my eye-tracking result from Tobii, but it did not work. I'm wondering that is gazer package applicable to Tobii eye-tracking report? Or it can only deal with report from eye-link?

Thanks Siyu CHEN

jgeller112 commented 4 years ago

The read_fixation_report is specifically for fixation reports from EyeLink.

The new version of gazer that I am working on works on raw sample data to analyze fixation data. If you have a datafile with the necessary columns and is in a relatively raw format, it should work.

On Nov 3, 2019, at 10:17 AM, SiyuCHEN1102 notifications@github.com<mailto:notifications@github.com> wrote:

Hi,

I tried to use the fuction 'read_fixation_report' to read my eye-tracking result from Tobii, but it did not work. I'm wondering that is gazer package applicable to Tobii eye-tracking report? Or it can only deal with report from eye-link?

Thanks Siyu CHEN

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/dmirman-zz/gazer/issues/14?email_source=notifications&email_token=AEMTQECZ6J7KRLQHPLHXHP3QR32QFA5CNFSM4JIL7AW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWORFIQ, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEMTQEDLBHR62ZSJO2VQOGDQR32QFANCNFSM4JIL7AWQ.

SiyuCHEN1102 commented 4 years ago

thanks jgeller112, just wonder do you have a package/function works for Tobii eye-tracking data?

jgeller112 commented 4 years ago

@tjmahr has https://github.com/tjmahr/littlelisteners and https://github.com/tjmahr/lookr. He has some useful functions for analyzing Tobii data. I hope this helps!