-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Towards support for ome.zarr #52
Comments
I started to work on this:
|
I have created an example project with "bdv.ome.zarr" and "bdv.ome.zarr.s3" formats. This means the data is in ome.zarr format, but we are still using a bdv xml file in MoBIE, because we can't save the voxel size in ome.zarr yet (for v0.3).
The available image data (ome.zarr and xml files) can be found in the folder From filesystemGoal: the fiji command to open ome.zarr from the filesystem should work with the What needs to be adapted for the ome.zarr v3 format (list of necessary changes may not be exhaustive):
From s3Goal: the fiji command to open ome.zarr from s3 should work for loading the This should not require any additional changes once the filesystem version works. Next stepsOnce mobie/mobie-viewer-fiji#293 is merged, we can add the |
The PR mobie/mobie-viewer-fiji#297 is progressing and I think we should have a first version that can read the example data tomorrow or early next week. Once that works and is cleaned up a bit we should make a larger clean up and extension of the (ome) zarr readers:
|
I have generated ngff example data for all the different axes combinations now.
|
I have now also added a project that uses the "ome.zarr" data format (in contrast to "bdv.ome.zarr" this does not have an additional xml and all image metadata is read directly from the zarr file): https://github.com/mobie/covid-if-project. |
@tischi, I just discussed how to continue here with @KateMoreva:
|
I can open the project with the current master, using this:
Is there a reason why this is not called |
I think it should be called |
Sorry, I meant: |
Yes, it should be named BdvOmeZarr once MoBIE could open ome.zarr files (not bdv.ome.zarr). I can push renamed files and some more changes right now if you wish (but so far MoBIE can open only BbvOmeZarr, thus the name was just OmeZarr) |
Quick summary from a meeting with @KateMoreva and @tischi: The next steps for this are (not necessarily in this order):
|
@KateMoreva I have created the example project for ome.zarr.s3 now: |
Add "prototype" support for ome.zarr fle format:
I will work on the first 3 points, @KateMoreva will work on implementing the reader in MoBIE (once I have created the example project!).
The last point would probably be done by @K-Meech, but I am not sure if we need to work on this already, I just added it here for completeness.
cc @joshmoore: this will also serve as example data and reader for v0.3.
The text was updated successfully, but these errors were encountered: