Open Remi-Gau opened 7 months ago
@arnodelorme
Am moving this to a separate issue to discuss.
Things to change on the dataset according to the state of this BEP
https://bids-specification--1128.org.readthedocs.build/en/1128/modality-specific-files/physiological-recordings.html#eye-tracking (as of 12th april 2024)
Only talking about sub-01 here, you should get the logic to extend to subject 2 even if the eyetracker is a different one.
sub-001_task-HBNdata_eyetrack.tsv
to:
sub-001_task-HBNdata_recording-eye1_physio.tsv.gz
sub-001_task-HBNdata_recording-eye2_physio.tsv.gz
sub-001_task-HBNdata_recording-eye1_physio.json
and sub-001_task-HBNdata_recording-eye2_physio.json
eye_timestamp
becomes timestamp
For example
"Columns": ["timestamp", "x_coordinate", "y_coordinate", "pupil_size"],
"column_name": {
"Description": "foo bar",
"Units": "proper unit in SI if possible"
},
sub-001_task-HBNdata_events.json
not in the eyetracking metadata "ScreenSize"
, "ScreenResolution"
, "ScreenDistance"
. The rationale is that you could still report those metadata even if you had no eyetracking: but we have made them required when working with eyetrakcing."eyetrack"
, RecordedEye must be "left"
or "right"
.Thank you @Remi-Gau for taking the time. I will make the necessary changes.
Below is an EEG and Eye-tracking dataset
https://drive.google.com/drive/folders/1jEKySJdLc2cdO12y_MENxUHC95cjVIq9?usp=drive_link
The EEG and eye-tracking are perfectly synchronized and are at the same sampling frequency. There is only one event file for both.
Originally posted by @arnodelorme in https://github.com/mszinte/bids-specification/issues/3#issuecomment-2043665068