scallops.zarr_io.read_ome_zarr_array

scallops.zarr_io.read_ome_zarr_array(node, dask=False)

Read an image or label at the given zarr node.

Parameters:
  • node (str | Path | Group) – The zarr group or path to a zarr group

  • dask (bool) – Whether data in DataArray is dask array

Returns:

A DataArray

Return type:

DataArray