mobie / mobie-io

BSD 2-Clause "Simplified" License
4 stars 8 forks source link

Use n5-viewer to load OME-Zarr #154

Open tischi opened 4 months ago

tischi commented 4 months ago

Collection of notes for how to achieve using n5-viewer to load OME-Zarr.

Zulip discussion.

Code to create N5Reader and List<N5Metadata> metadata from a given URI, which could be used as input the static buildN5Sources do load the data; sharedQueue I have myself and the other function arguments are outputs.

I could put all the output of buildN5Sources as getter methods into an ImageData interface, which could either be build from the n5-viewer code or from the current SpimData code in mobie-io.

mobie-io would then return ImageData instead of SpimData.

tischi commented 4 months ago

Working on this in new-n5