Closed melonora closed 7 months ago
Thanks for reporting. Multiscale images are supported in the spatialdata
branch using this function (see the last if): https://github.com/scverse/napari-spatialdata/blob/2590e1e8191091820478b470ef7aee8bfd322be8/src/napari_spatialdata/interactive.py#L101. Actually I realized that I think I never tried displaying multiscale labels as I made the blobs multiscale element only recently. I think it should work but needs to be tried.
Will pick it up
This issue is fixed in the meantime and is not present with current and next release so I am closing this.
Using the blobs dataset I ran into the issue that the multiscale data cannot be displayed. The trace is long so won't copy it here. What ultimately happens for multiscale labels is that when getting the shapes of individual elements of the data (DataTree), the data is a string:
For the multiscale blobs image the end of the trace gives this:
Minimal reproducable example:
After that, select the global coordinate system and try to load a multiscale element.