Skip to content

Commit

Permalink
Try viewing zarr arr
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Nov 21, 2024
1 parent 0e7716a commit bff3cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from rich.pretty import pprint


from itkwidgets import view
import gcsfs
import zarr
import zarr.storage
Expand Down Expand Up @@ -74,11 +75,10 @@
#
# Although these models do not handle reading or writing data, they do expose the zarr arrays.

zarr_arr = ome_zarr_image.group[multiscales_meta[0].datasets[0].path]
zarr_arr = ome_zarr_image.group[multiscales_meta[0].datasets[-1].path]
pprint(zarr_arr)
view(zarr_arr)

# ## Not using validation
#
# If you want to create models that are not validated against the OME-zarr specifciation, you can use the ``model_construct`` method on the models.


0 comments on commit bff3cde

Please sign in to comment.