-
Notifications
You must be signed in to change notification settings - Fork 150
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
Vco eye tracking #2639
Vco eye tracking #2639
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, a few questions to address and I think a clean up of a doc or two.
|
||
Parameters | ||
---------- | ||
ophys_experiment_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you confirmed that the ids on the files are experiment_ids and not session_ids as we previously thought?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are experiment ids. One issue is that there are ~800 eye tracking files, but 2800 ophys experiments in the VCO release, so about 2000 experiments without eye tracking. I don't know if this was intentional. I will ask.
|
||
Parameters | ||
---------- | ||
ophys_experiment_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Types?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surrounding code did not use types, so I didn't either. My argument is that it makes it easier to read if adjacent code is stylistically similar. I guess the counterargument would be that 2 wrongs don't make a right.
#2608
Tested manually that it works as expected