cpp-lln-lab / CPP_PTB

a set of function to make it easier to create behavioral, EEG, fMRI experiment with psychtoolbox
https://cpp-ptb.readthedocs.io/en/latest/index.html#
MIT License
14 stars 13 forks source link

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

Open marcobarilari opened 4 years ago

marcobarilari commented 4 years ago

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 https://github.com/cpp-lln-lab/CPP_BIDS/pull/106)

TODOs flags have been added in the relevant files