-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fixing time stamps for the Multiscope pilot data #838
base: master
Are you sure you want to change the base?
Conversation
Seems like there is a lot of conflicts to resolve with the main branch - should we just use this branch for learning mFISH data? |
@jkim0731 yes we need to stay on this branch for learning mFISH. The main branch is still configured for Visual Behavior project dataset, and needs to stay like that since we are still working on the platform paper. it is unfortunate to have two divergent branches, but it is what it is. We can clean it up and make it work for either project once the platform paper is done, but i dont want to change anything on main until then. thanks for making this function more flexible though! |
Getting ophys timestamps from utilities assumed 4 FOVs (8 planes).
For pilot data, this may not be true (can have any number of FOVs).
Added a function to get the number of FOVs,
and applied this number for getting ophys frames timestamps.