You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Collection of notes for how to achieve using n5-viewer to load OME-Zarr.
Zulip discussion.
Code to create
N5Reader
andList<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 anImageData
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 ofSpimData
.The text was updated successfully, but these errors were encountered: