Open xulman opened 2 years ago
BDV can open local .ome.zarr
I found that it's already done here. https://github.com/mobie/mobie-viewer-fiji/blob/70b6985384abe01fb9026795e425177564934ac5/src/main/java/org/embl/mobie/viewer/command/OpenOMEZARRCommand.java
reprinting tasks from this Zulip message:
[ ] read chunks (e.g., one full time point) from local .ome.zarr
[ ] write chunks (e.g., one full time point) from local .ome.zarr
[ ] read chunks (e.g., one full time point) from remote .ome.zarr
[ ] write chunks (e.g., one full time point) from remote .ome.zarr from ImageJ macro (
.ijm
) and Jython scripts (withimglib2
under the hood)[ ] GUI in Fiji (tree view + select chunks) on the local & remote .ome.zarr
[ ] Manuals + tutorial for users non-programmers
[x] #5