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

binocular data #9

Open
ihrke opened this issue Nov 19, 2020 · 0 comments
Open

binocular data #9

ihrke opened this issue Nov 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ihrke
Copy link
Owner

ihrke commented Nov 19, 2020

Create a BinocularPupilData object that can simultaneously represent data from both the left and the right eye.
Internally, this class can keep two PupilData-objects and pass on all the operations to both datasets.
Another option is to inherit from PupilData, keep two extra arrays for left and right eye and then switch out the sy field before running each operation twice.
Both options require re-implementation of all functions, though. Is there a better way?

Also, allow to reduce to a standard PupilData object by averaging or regression (see #7).

@ihrke ihrke added the enhancement New feature or request label Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant