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

EyeTracker: use information from cfg to set up and save cfg.eyetracker on shutdown #87

Open
3 tasks
marcobarilari opened this issue Aug 23, 2020 · 0 comments

Comments

@marcobarilari
Copy link
Collaborator

marcobarilari commented Aug 23, 2020

from Remi #74

% Set calibration type.
Eyelink('command', 'calibration_type = HV5');

I think that we want to be able to define the calibration type from setParameters.

HV5: horizontal ; vertical ; 5 points
H3 for horizontal calibration at 3 positions
HV9 for horizontal and vertical calibration at 9 positions.
We need to see what calibration type eyelink offers by default.

https://docs.google.com/document/d/1eggzTCzSHG3AEKhtnEDbcdk-2avXN6I94X8aUPEBVsw/edit?disco=AAAAB8R3onE

there are things to add in the eytracking function (see cpp-lln-lab/CPP_BIDS#106)

  • to set parameters initialized by CPP_BIDS
  • to update the cfg after the setup and calibration of the eyetracker
  • to save a json when shutting down so all the details of cfg.eyetracker can be saved.

TODOs flags have been added in the relevant files

@Remi-Gau Remi-Gau changed the title EyeTracker: define calibration type from setParameters EyeTracker: use information from cfg to set up and save cfg.eyetracker on shutdown Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants