-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"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." | ||
}, | ||
"ManufacturersModelName": "EYELINK II CL v4.594 Jul 6 2012", | ||
"DeviceSerialNumber": "CL1-ACF05", | ||
"EyeTrackingMethod": "P-CR", | ||
"PupilFitMethod": "CENTROID", | ||
"SamplingFrequency": 500, | ||
"StartTime": 3098681, | ||
"StopTime": 4305132, | ||
"RecordedEye": "Right" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters