-
Notifications
You must be signed in to change notification settings - Fork 21
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
Are "labels" supported by the plugin? #33
Comments
cc @sbesson |
|
Here's the output I get via
so I guess it does not recognize this as a label node. For some context: I have implemented the code to write this based on discussions in ome/ome-zarr-py#171. I will post a link to the actual code shortly. |
Fromt the error message
I suspect what is missing here is the intermediate labels metadata registering the individual label images
At least in my mind, the generation/update of the metadata for this intermediate group should definitely be part of the API discussed in ome/ome-zarr-py#171. |
@sbesson yes, that's the issue. The labels are found now. |
I have an ome.zarr file with a multi-channel image and two label images, a cell segmentation and a nucleus segmentation:
When I open this file via the napari-ome-zarr plugin the image is opened and displayed correctly, but the labels are not opened:
napari-ome-zarr.mp4
Are "labels" supported by the plugin? (If yes, then maybe something with how I save the labels is incorrect.)
The example file is available here: https://oc.embl.de/index.php/s/ezHha9qb8HjxSfd
The text was updated successfully, but these errors were encountered: