-
Notifications
You must be signed in to change notification settings - Fork 1
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
3.2. "bioformats2raw.layout" (transitional) #31
Comments
Looks like we're going to have to parse XML:
|
more precisely, it looks like we will have to do all of OME-XML. i think we either deem that out of scope, or we use something like |
Given it's transitional, I'm open to saying "we don't implement this part of the spec because it's complicated and transitional. PRs welcome if you want to implement it" |
And do reach out here if you need to implement it. It would be a shame to have two python wrappers around the same model. |
If it's easy enough to implement using |
3.2.2. Attributes
The top-level .zattrs file must contain the bioformats2raw.layout key:
If the top-level group represents a plate, the bioformats2raw.layout metadata will be present but the "plate" key MUST also be present, takes precedence and parsing of such datasets should follow § 3.8 "plate" metadata. It is not possible to mix collections of images with plates at present.
The .zattrs file within the OME group may contain the "series" key:
3.2.3. Details
Conforming groups:
Additionally, the logic for finding the Zarr group for each image follows the following logic:
Conforming readers:
https://ngff.openmicroscopy.org/0.4/index.html#bf2raw
The text was updated successfully, but these errors were encountered: