-
Notifications
You must be signed in to change notification settings - Fork 1
/
task-rest_physio.json
31 lines (31 loc) · 1.18 KB
/
task-rest_physio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"Manufacturer": "SR-Research",
"Columns": [
"x_coordinate",
"y_coordinate",
"pupil_size",
"timestamp"
],
"timestamp": {
"Description": "Timestamp issued by the eye-tracker indexing the continuous recordings corresponding to the sampled eye."
},
"x_coordinate": {
"Description": "Gaze position x-coordinate of the recorded eye, in the coordinate units specified in the corresponding metadata sidecar.",
"Units": "a.u."
},
"y_coordinate": {
"Description": "Gaze position y-coordinate of the recorded eye, in the coordinate units specified in the corresponding metadata sidecar.",
"Units": "a.u."
},
"pupil_size": {
"Description": "Pupil area of the recorded eye as calculated by the eye-tracker in arbitrary units (see EyeLink's documentation for conversion).",
"Units": "a.u."
},
"EnvironmentCoordinates": "top-left",
"SampleCoordinateSystem": "gaze-on-screen",
"SampleCoordinateUnits": "pixel",
"ManufacturersModelName": "EYELINK II CL v5.09 Nov 17 2015",
"DeviceSerialNumber": "CLO-ZBD04",
"EyeTrackingMethod": "P-CR",
"SamplingFrequency": 1000
}