davebraze / FDBeye

R tools for eyetracker workflows.
https://davebraze.github.io/FDBeye/
Other
118 stars 14 forks source link

readELascii() #45

Open davebraze opened 6 years ago

davebraze commented 6 years ago

It may be useful to examine the approach to reading SRR/eyelink ASC files used here (R code): https://github.com/dahtah/eyelinker.

There is also python code to read SRR/eyelink ASC files, here: https://github.com/beOn/cili.

davebraze commented 6 years ago

Significant improvements have been made by @monicaycli in PR #47

Still room for work in parsing messages (MSG lines). Need to think about how best to proceed.