BIDS compliance of eyetracking data #19

Merged
adswa merged 3 commits from eyetracking into master 2021-04-30 11:09:29 +00:00
2 changed files with 8 additions and 1 deletions

2
.bidsignore Normal file
View file

@ -0,0 +1,2 @@
**/*.asc.gz
task-*_physio.json

View file

@ -2,5 +2,10 @@
"SamplingFrequency": 1000.0, "SamplingFrequency": 1000.0,
"StartTime": 0.0, "StartTime": 0.0,
"Columns": ["x", "y", "pupil_dil", "movieframe_idx"], "Columns": ["x", "y", "pupil_dil", "movieframe_idx"],
"ContentDescription": "The x/y coordinates are normalized to (0,0) at the top-left corner of the movie stimulus (already excluding the gray horizontal bars)." "ContentDescription": "The x/y coordinates are normalized to (0,0) at the top-left corner of the movie stimulus (already excluding the gray horizontal bars).",
"SampleCoordinateSystem": "gaze-on-screen",
"EnvironmentCoordinates": [["0,0", "top left"], ["1, 1", "bottom right"]],
"Manufacturer": "SR-Research",
"ManufacturerModelName": "Eyelink1000",
"SoftwareVersion": "4.594"
} }