bigdataviewer / bigdataviewer-core

ImgLib2-based viewer for registered SPIM stacks and more
BSD 2-Clause "Simplified" License
33 stars 35 forks source link

Initial version of zarr reader based on the mobie-io hackathon code #150

Closed kgabor closed 1 year ago

kgabor commented 1 year ago

The mobie-io hackathon code for metadata processing is now copied into bigdataviewer-core directly. This is temporary, this code will be moved into the new OME-NGFF repository. This implementation supports 5 dimensional ome-zarr images only and have further assumptions that defined views are compatible with each other.

mkitti commented 1 year ago

Do we want to put this in bdv-core?

tpietzsch commented 1 year ago

Do we want to put this in bdv-core?

No, we'll split it out into a separate project

tpietzsch commented 1 year ago

Do we want to put this in bdv-core?

No, we'll split it out into a separate project

Split out to https://github.com/bigdataviewer/bigdataviewer-omezarr now