Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT, API: Read (and store) additional "sample fields" from EDF file #18

Open
scott-huberty opened this issue Jan 3, 2025 · 0 comments

Comments

@scott-huberty
Copy link
Owner

EyeLinkIO currently reads x-position, y-position (using a gaze to pixel-on-screen coordinate frame), and pupil size data from the EDF file. There are other continuous sample fields that can be read from EDF files (continuous meaning, metrics that are reported on a per-sample-basis):

  • Eye movement velocity data
  • "Head Referenced Gaze Data". This is similar to xpos / ypos, except that the coordinate frame is the subjects ahead (as opposed to the pixel coordinate on the screen). I think a use case for this would be a co-registered EEG Eyetracking experiment, where the experimenter wants to study the relation between eye movement and EOG signals.
  • Head distance, xpos, ypos (for EyeLink Trackers that support "Remote Mode").

I don't think that it should be too hard to read this data, but we probably want to include an API for users to specify what "sample fields" they actually want to read from the EDF file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant