-
Notifications
You must be signed in to change notification settings - Fork 14
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
MAYBE: Can we select channels for multi-scale images? #377
Comments
I think I can follow up on this issue, since I am encountering the same problem. Context: Working with MERSCOPE spatial data. Once loaded my spatial data (assigned to spdata variable) looks like this:
The Image DataTree looks like this:
If i try to: It raises an error on the DataTree not having the "c" attribute, which clearly has.
While... If do not choose the channel, I do not get this error and it plots everyone of the 5 present together, which is confusing to look at. |
Hey @BaldanMatt, thanks for confirming the suspicion! It's in our current sprint, so it should be fixed with the next release :) cc @Sonja-Stockhaus |
Dear @timtreis, I was trying right now to add some details, like reproducing the expected behavior by hard-coding the selection of the scale and recreating a single scale spatial image. If i manage to provide a clear traceback of the stdout and stder, then I'll follow up this thread. Happy to help. Will use this tool a lot in the future. |
I was testing with 0.2.7 and it seems that the issue was solved. I did not see it in the changelog, therefore I was not sure. I will continue testing, but it seems good. |
It could be that with datatree now included directly in xarray and using a new datamodel that some of the methods previously used directly on the datatree are not available anymore. There are some PRs now to update all the repos to account for this. I will double check the test for this. |
No description provided.
The text was updated successfully, but these errors were encountered: