-
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
Add CaimanSegmentationInterface #406
Conversation
for more information, see https://pre-commit.ci
This appears to be a blocker for all Segmentation interfaces. Though, now that I've enabled However, if I'm not mistaken, we should ideally be able to pass back what was provided from NeuroConv back to Neuroconv—in which case, that is the deeper issue. |
Ah it looks like you were right. The returned metadata values do not have the extra properties on the array—these are added on the GUIDE side while filling in default values. |
@CodyCBakerPhD Either way, it looks like the fact that the |
for more information, see https://pre-commit.ci
I tried on this current branch but was unable to get past the metadata page (errored out regarding missing items, I assume from the ophys side) Are you saying the thing that was successful was #410? |
Yeah. Sorry if that was unclear |
for more information, see https://pre-commit.ci
Correct Neuroconv Schema Inconsistency
Looks great! |
This PR adds the CaimanSegmentationInterface. An error was thrown on the testing data because there isn't sufficient default metadata to run the conversion and we've ignored the
Ophys
metadata entry sections.Error