BIDS compliance of eyetracking data #19
2 changed files with 8 additions and 1 deletions
2
.bidsignore
Normal file
2
.bidsignore
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
**/*.asc.gz
|
||||||
|
task-*_physio.json
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue