-
Notifications
You must be signed in to change notification settings - Fork 1
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
Load label image #16
Comments
The current spec would look like this:
following the spec it's not possible currently to refer to another .zarr, though the "inner" zarr could simply be the entire contents of the other zarr. |
Ok, let's do it properly! |
A few questions on this:
|
I think "add to" as it will not disturb what is there already, is it? |
Unless you think it will be somehow "disruptive" to mix datasets in which case you could create a
At the moment, that's just how the spec works: https://ngff.openmicroscopy.org/latest/#labels-md i.e. to discover the labels for an image you inspect
Currently yes. Until ome/ngff#13 is implemented. |
Ok, thanks, I think I can add it now, will do it later and let you know. |
@joshmoore @tischi |
You can omit |
Thanks @will-moore, I did this. @tischi I have added the labels on the embl s3: |
@constantinpape @will-moore |
It's in |
I can read it now: What is the largest label index, do you know? |
@tischi max id is 32699 |
@constantinpape @joshmoore @will-moore
Suggestions for a better name of this?
Something with |
@constantinpape @joshmoore @will-moore
We currently have two zarr files on our s3 storage where one is the label mask for another.
What would it take to - within the current or potential future specs - actually load one of them as a label mask?
For me, it would be much easier right now if we could achieve this by adding a respective metadata tag to the label mask zarr, rather than storing it inside the other zarr.
The text was updated successfully, but these errors were encountered: