-
Notifications
You must be signed in to change notification settings - Fork 172
Description
Hello,
I am Raphaël Lambert, and I am currently working with a Tobii Glasses eye tracker and EEG for an experiment, and we had the project, with @ftadel to integrate some parts of EYE-EEG from Olaf Dimigen into Brainstorm and use the data collected as a good way to debug the process. After a first start last year with the inclusion of the possibility to open eye tracking data as events in brainstorm, and then much delay from my part, I can finally progress here. I was recommended to discuss things publicly here, for future reference on the choices made during development. If this should be in another place (like the forum?), don't hesitate to tell me.
For now, Brainstorm is able to import tobii tsv data as events in EEG. But, after closer inspection, it appears that Tobii Pro Lab (the software that extracts tobii data from their eye trackers) can extract tsv in a lot of different ways. In Eye EEG, they have a guide to guide you on what columns you have to extract for it to work: https://www.eyetracking-eeg.org/tobii.html . Should we follow the same kind of guidelines? And import data from a tsv file only when these precise columns are present?
Then, there is the question of the synchronisation. For now, the synch is assumed to have been done before importing. The synch process is also part of EYE-EEG, so maybe we should follow their example (see step 3 of https://www.eyetracking-eeg.org/tutorial.html )
Thank you for reading!