beOn / cili

cili - bring your eye tracking data into focus
Other
24 stars 10 forks source link

Tobii data #7

Open jdemanet opened 9 years ago

jdemanet commented 9 years ago

Hello all,

would it be a lot of work to transform the data acquired with Tobii glasses 1 so that it can be used with Cili? I am looking for a python library that I can filter out eye blinks from pupil size data.

Thanks, Jelle

beOn commented 9 years ago

Not a lot! It’d just mean building a parser. There are a few other things ahead of cili on my cue for the next month or so, and in the meanwhile I’m focusing on getting the tests implemented and passing.

After that, if you can obtain samples of every king of data your platform might put out, I’d be happy to implement a parser. Alternatively, if you’d like to implement one in the meanwhile, I’d be happy to review a pull request!

Ben

On May 11, 2015, at 7:52 AM, jdemanet notifications@github.com wrote:

Hello all,

would it be a lot of work to transform the data acquired with Tobii glasses 1 so that it can be used with Cili? I am looking for a python library that I can filter out eye blinks from pupil size data.

Thanks, Jelle

— Reply to this email directly or view it on GitHub https://github.com/beOn/cili/issues/7.

jdemanet commented 9 years ago

Hello Ben,

In attachment you can find an example of xlsx output tobii studio gives for Tobii Glasses 1 data. (http://users.ugent.be/~jdemanet/TobiiGlasses1Sample.xlsx) The last column is the pupil size of the right eye in percentages compared to calibration. The sample rate is only 30hz so I hope it is possible to filter out blinks with the implemented method.

I am sorry but my programming skills are not sufficient to implement a parser myself. Hope you or somebody else can do something with this as I really want to start using cili. Thanks a lot.

Jelle

Op 11-mei-2015, om 19:34 heeft Ben Acland notifications@github.com het volgende geschreven:

Not a lot! It’d just mean building a parser. There are a few other things ahead of cili on my cue for the next month or so, and in the meanwhile I’m focusing on getting the tests implemented and passing.

After that, if you can obtain samples of every king of data your platform might put out, I’d be happy to implement a parser. Alternatively, if you’d like to implement one in the meanwhile, I’d be happy to review a pull request!

Ben

On May 11, 2015, at 7:52 AM, jdemanet notifications@github.com wrote:

Hello all,

would it be a lot of work to transform the data acquired with Tobii glasses 1 so that it can be used with Cili? I am looking for a python library that I can filter out eye blinks from pupil size data.

Thanks, Jelle

— Reply to this email directly or view it on GitHub https://github.com/beOn/cili/issues/7.

— Reply to this email directly or view it on GitHub https://github.com/beOn/cili/issues/7#issuecomment-100987693.

beOn commented 9 years ago

okay, finally getting back to cili this weekend... thanks for this!