-
Notifications
You must be signed in to change notification settings - Fork 3
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
Neuropixels loader #1
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.
Could you provide a minimal working example and some test in /tests?
Can it run outside a notebook btw?
Hi Guillaume, |
I tried on my workstation and it was idling in the terminal. I couldn't figure out why. |
Hm. Weird. It does take quite a bit (a few minutes) to load for the first time |
nwbmatic/allends.py
Outdated
session_dropdown["values"] = type2_sessions | ||
|
||
def ok_button_click(): | ||
global session_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.
remove global session_id
fixing bug in GUI
updating time stamps
fixing formatting & updating configuration
catching import error of allensdk
Hi Guillaume
Here is the Allen Neuropixels loader. I fixed the bug with the manifest file, but will continue testing it on other devices to ensure smooth workflow.