-
Notifications
You must be signed in to change notification settings - Fork 4
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
CN TODO: expose 'revision' as argument #64
Comments
no, this should apply to all processed data. Essentially, we want to be able to tell the ONE object which data of which revision to get. |
So it should be passed to essentially any call of
Including wheel? Spike sorting? Atlas? Can you show a quick snippet of it for the SpikeSortingLoader? |
I doubt that the wheel data is going to change from here on, but the spike sorting might be repeated as spike sorting algorithms will continue to be developed. the I will get back to you regarding the atlas |
In all camera related interfaces, expose control over the explicit 'revision' value used (latest might not be the current 'released' or approved ones for use)
https://github.com/catalystneuro/IBL-to-nwb/blob/main/ibl_to_nwb/datainterfaces/iblposeestimationinterface.py#L44
The text was updated successfully, but these errors were encountered: