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

Eye gaze is not always including the full screen #6

Open
DouweHorsthuis opened this issue Sep 20, 2022 · 1 comment
Open

Eye gaze is not always including the full screen #6

DouweHorsthuis opened this issue Sep 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@DouweHorsthuis
Copy link
Owner

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

@DouweHorsthuis DouweHorsthuis added the bug Something isn't working label Sep 20, 2022
@DouweHorsthuis DouweHorsthuis self-assigned this Sep 20, 2022
@DouweHorsthuis DouweHorsthuis removed their assignment Dec 22, 2022
@DouweHorsthuis
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant