AbigailMcGovern / iterseg

napari plugin for iteratively improving 3D instance segmentation of cells (u-net x watershed)
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

WIP: adding reader contribution to napari for ome-zarr painting #17

Closed jni closed 9 months ago

jni commented 9 months ago

Unfortunately we can't just rely on the napari-ome-zarr plugin because it opens arrays as dask arrays, which can't be painted on. This PR adds a reader contribution that:

The data scale, channel axes, and colormaps are set correctly from the input.

jni commented 9 months ago

@AbigailMcGovern this should be ready to merge.