-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add interface for 2p imaging data, suite2p and spike2 signals in dual acquisition modality #25
Conversation
stub nwb file here |
- name: OnePhotonImagingPlaneRedChannel | ||
description: Imaging plane for the Green channel recorded with 2p microscope. |
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.
is it not 1p microscope then?
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.
Good Catch! NO it should be 1p, I corrected it
The wheel signal here has [100, 1] dimension, while in the other example it was [100], I think it should be [100] here as well, is it not? |
The |
Yes, I created already the complete metadata yaml, I am going to add the one photo series in a next PR |
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.
Ok, looks good!
That's weird, I re-run it and now they both have shape (100,1) |
Hmm is that from Spike2? But this can also be discussed in a follow-up |
Yes the interface is custom but the extractor is from neuroconv (CedRecordingExtractor) |
Yes, sorry, I meant the interface is ad hoc while the extractor is the CedRecordingExtractor from spikeinterface. So, should I also implement an ad hoc extractor? |
No, you can just edit this line here: Line 133 in ede7e66
|
okok, good to go then |
Small PR to add interfaces as in the 2p-only configuration #22
PS: no behavioral video present. Facemap output will be added in a followup PR after solving #19