You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes the eye gaze seems very far to the side, but on inspection it seems like that is because the plot doesn't show the actual dimentions of the screen. Need to update the edf_to_figure function
The text was updated successfully, but these errors were encountered:
When checking it using the official eyelink software (dataviewer) they gaze is centered). Would need to find out a way to check what the actual xlim/ylim are.
For now use:
ylim([0 2000]);%double checked the files in the offical eyelink software
xlim([0 1500]);%they are centered, so we need to reset the x/y lims
sometimes the eye gaze seems very far to the side, but on inspection it seems like that is because the plot doesn't show the actual dimentions of the screen. Need to update the
edf_to_figure
functionThe text was updated successfully, but these errors were encountered: