Proposed change here to handling of transformations in the eyetracker base class (and existing eyelink plugin).
Aims to address two issues:
not all eye trackers return gaze position in screen/pixel coordinates like the eyelink. This change provides a mechanism for other eye trackers to convert their native coords to neurostim coords (see eyetracker.raw2ns()). The default is a call to cic.pixel2physical(), so eyelink works as expected.
it is currently not possible to take control of eye tracker calibration entirely (i.e. do manual calibration within neurostim). This change allows specification of a clbMatrix which can be used to apply an arbitrary transformation (e.g., can be used for manual calibration). The default is an empty matrix and no transformation is applied.
Other changes:
support for the Arrington Research Viewpoint eye tracker, and
provides a switch to enable raw pupil position data from the Eyelink eye tracker.
These changes are backwards compatible and should be transparent to existing users of the eyelink plugin.
Proposed change here to handling of transformations in the eyetracker base class (and existing eyelink plugin).
Aims to address two issues:
Other changes:
These changes are backwards compatible and should be transparent to existing users of the eyelink plugin.
Please test if you're able.