mszinte / bids-specification

Brain Imaging Data Structure (BIDS) Specification
https://bids-specification.readthedocs.io/en/stable/
Creative Commons Attribution 4.0 International
0 stars 3 forks source link

SMI and gazepoint dataset #9

Open Remi-Gau opened 2 months ago

Remi-Gau commented 2 months ago

Below is an EEG and Eye-tracking dataset

https://drive.google.com/drive/folders/1jEKySJdLc2cdO12y_MENxUHC95cjVIq9?usp=drive_link

Screenshot 2024-04-08 at 2 21 02 PM

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

Remi-Gau commented 2 months ago

@arnodelorme

Am moving this to a separate issue to discuss.

Remi-Gau commented 2 months ago

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.

DATA

METADATA

For example

  "Columns": ["timestamp", "x_coordinate", "y_coordinate", "pupil_size"],
    "column_name": {
      "Description": "foo bar",
      "Units": "proper unit in SI if possible"
    },
arnodelorme commented 2 months ago

Thank you @Remi-Gau for taking the time. I will make the necessary changes.