AllenCell / AllenCell/vole-core

Handle `label` data in OME-Zarr

未关闭
#358 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
TypeScript
星标
106
派生
11
平均合并
3 天 51 分钟
30 天内合并 PR
12

描述

## Use Case

Max was trying to visualize an OME-Zarr in TFE that has a nested `labels` group, which contains segmentations. Segmentations/labels have the same dimensions as the original Zarr image, but there can be multiple of them.

The structure looks like this:
- `data.zarr`
- .zattrs
- .zgroup
- 0
- 1
- 2
- ...
- `labels`
- `cell`
- .zattrs
- 0
- 1
- 2
- ...
- `nuclei`
- .zattrs
- 0
- 1
- ...

I'm trying to find the exact spec, but he mentioned that he's following the `v0.4` spec.
https://ome-zarr.readthedocs.io/en/stable/python.html#writing-labels

It would be great if we could visualize these in Vol-E! Maybe as additional channels?

## Solution

_Please describe your ideal solution_

## Alternatives

_Please describe any alternatives you've considered, even if you've dismissed them_

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。