Skip to content

Commit

Permalink
chore(rebuild): Merge pull request #96 from sbesson/0.4_xarray
Browse files Browse the repository at this point in the history
Remove requirement for xarray-compatible metadata

SHA: 1848aff
Reason: push, by @sbesson

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sbesson and github-actions[bot] committed Feb 8, 2022
1 parent feeaefb commit c8dd348
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 0.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@
</style>
<meta content="Bikeshed version 2e3c4c68b, updated Fri Jan 14 14:49:00 2022 -0800" name="generator">
<link href="https://ngff.openmicroscopy.org/0.1/" rel="canonical">
<meta content="d973d475976ecce20eb8d9e8e1a7128b4f9f564a" name="document-revision">
<meta content="1848aff766d2a485a468e1cd03d754805153b25b" name="document-revision">
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
Expand Down
2 changes: 1 addition & 1 deletion 0.2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@
</style>
<meta content="Bikeshed version 2e3c4c68b, updated Fri Jan 14 14:49:00 2022 -0800" name="generator">
<link href="https://ngff.openmicroscopy.org/0.2/" rel="canonical">
<meta content="d973d475976ecce20eb8d9e8e1a7128b4f9f564a" name="document-revision">
<meta content="1848aff766d2a485a468e1cd03d754805153b25b" name="document-revision">
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
Expand Down
2 changes: 1 addition & 1 deletion 0.3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
<meta content="Bikeshed version 2e3c4c68b, updated Fri Jan 14 14:49:00 2022 -0800" name="generator">
<link href="https://ngff.openmicroscopy.org/0.3/" rel="canonical">
<meta content="d973d475976ecce20eb8d9e8e1a7128b4f9f564a" name="document-revision">
<meta content="1848aff766d2a485a468e1cd03d754805153b25b" name="document-revision">
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
Expand Down
7 changes: 2 additions & 5 deletions latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@
</style>
<meta content="Bikeshed version 2e3c4c68b, updated Fri Jan 14 14:49:00 2022 -0800" name="generator">
<link href="https://ngff.openmicroscopy.org/latest/" rel="canonical">
<meta content="d973d475976ecce20eb8d9e8e1a7128b4f9f564a" name="document-revision">
<meta content="1848aff766d2a485a468e1cd03d754805153b25b" name="document-revision">
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
Expand Down Expand Up @@ -2116,10 +2116,7 @@ <h3 class="heading settled" data-level="3.3" id="multiscale-md"><span class="sec
The length of "axes" must be between 2 and 5 and MUST be equal to the dimensionality of the zarr arrays storing the image data (see "datasets:path").
The "axes" MUST contain 2 or 3 entries of "type:space" and MAY contain one additional entry of "type:time" and MAY contain one additional entry of "type:channel" or a null / custom type.
The order of the entries MUST correspond to the order of dimensions of the zarr arrays. In addition, the entries MUST be ordered by "type" where the "time" axis must come first (if present), followed by the "channel" or custom axis (if present) and the axes of type "space".
If there are three spatial axes where two correspond to the image plane ("yx") and images are stacked along the other (anisotropic) axis ("z"), the spatial axes SHOULD be ordered as "zyx".
The values of the "name" fields must be given as a list in the field "_ARRAY_DIMENSIONS" in the attributes (.zattr) of the zarr arrays.
This ensures compatibility with the <a href="http://xarray.pydata.org/en/stable/internals/zarr-encoding-spec.html#zarr-encoding">xarray zarr encoding</a>.
E.g. for "axes: [{"name": "z"}, {"name": "y"}, {"name": x}]", the zarr arrays must contain "{"_ARRAY_DIMENSIONS": ["z", "y", "x"]}" in their attributes.</p>
If there are three spatial axes where two correspond to the image plane ("yx") and images are stacked along the other (anisotropic) axis ("z"), the spatial axes SHOULD be ordered as "zyx".</p>
<p>Each "multiscales" dictionary MUST contain the field "datasets", which is a list of dictionaries describing the arrays storing the individual resolution levels.
Each dictionary in "datasets" MUST contain the field "path", whose value contains the path to the array for this resolution relative
to the current zarr group. The "path"s MUST be ordered from largest (i.e. highest resolution) to smallest.</p>
Expand Down

0 comments on commit c8dd348

Please sign in to comment.