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

Add support for two eyes #1

Open
tmalsburg opened this issue Feb 2, 2014 · 0 comments
Open

Add support for two eyes #1

tmalsburg opened this issue Feb 2, 2014 · 0 comments

Comments

@tmalsburg
Copy link
Owner

and take advantage of the fact that it's only a saccade if it happens in both eyes. This way we may also solve the problem of consecutive samples whose velocity dances around the threshold.

Left eye:   __XXX_XXXXX____
Right eye:  ___XXXXX_XXX___
Saccade:    __XXXXXXXXXX___

Just use an OR to combine the two saccade vectors. Smoothing the signal or the velocities may not any longer be necessary.

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

1 participant