-
Notifications
You must be signed in to change notification settings - Fork 6
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
Try bfio #14
Comments
Hey, I am the lead developer of |
Hey @Nicholas-Schaub! Thanks for stopping by. A first question: do you have reader & writer implementations? |
Yes, but they are from v0.1. We are in the process of updating now. When that spec came out, the Bioformats raw converter was just dumping the ome xml into the same directory, which did not work for us. We ended up storing the metadata as zarr attributes, but I see that you are now storing the file inside zarr, which I think is an excellent solution. Also, our implementation is not a complete implementation. We don't support things like the hcs structure or multiple images. That's primarily because we don't have a need for them on our platform. I think based on the files you have here, I think our implementation (when finished updating) should pass. In the future we will probably do a full implementation since we generally deal with HCS data, but we are in the process of converting from ome tiff to ome zarr, and are maintaining a one image per file standard for now. |
@joshmoore Hey. I'm starting to integrate this as a submodule into bfio, develop unit tests, etc. Should Is OME XML missing from the OME NGFF spec? Is this something that is going to be added? Is there some convention you plan on using even if not formally defined in the spec? |
Hi @Nicholas-Schaub.
Yes. Yes. Yes. 🙂 per 104. |
see: https://pypi.org/project/bfio/
The text was updated successfully, but these errors were encountered: