-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update Suite2pSegmentationExtractor
to support multi channel and multi plane outputs
#242
Conversation
# Conflicts: # src/roiextractors/extractors/suite2p/suite2psegmentationextractor.py
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@weiglszonja Can you also include some of the fixes/improvements from https://github.com/catalystneuro/roiextractors/pull/227/files while working on this? Such as safe loading (based on file existence) for each of the response series types |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…tor' into update_suite2psegmentationextractor
src/roiextractors/extractors/suite2p/suite2psegmentationextractor.py
Outdated
Show resolved
Hide resolved
…com/catalystneuro/roiextractors into update_suite2psegmentationextractor
…tor' into update_suite2psegmentationextractor
Codecov Report
@@ Coverage Diff @@
## main #242 +/- ##
==========================================
+ Coverage 78.96% 79.00% +0.04%
==========================================
Files 39 39
Lines 2985 3029 +44
==========================================
+ Hits 2357 2393 +36
- Misses 628 636 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@pauladkisson @alessandratrapani Can I get your help reviewing this PR? Thanks in advance |
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 to me! :)
I just added two minor comments on the test functions for channel names. Probably I am wrong, but I wanted to be sure.
Related issue: #234
Also in catalystneuro/pinto-lab-to-nwb#9
The interface PR: catalystneuro/neuroconv#601