Skip to content

Commit

Permalink
refer to xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
melonora committed Nov 20, 2024
1 parent b487ba4 commit 7883e79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ multiscale = multiscale.msi.transpose("y", "x", "c")
```

Other methods implemented this way are `reindex`, equivalent to the
`xr.DataArray` reindex method and `assign_coords`, equivalent to `xr.Dataset`
`assign_coords` method.
`xr.DataArray`
[reindex](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.reindex.html)
method and `assign_coords`, equivalent to `xr.Dataset` `assign_coords` method.

Store as an Open Microscopy Environment-Next Generation File Format ([OME-NGFF])
/ [netCDF] [Zarr] store.
Expand Down

0 comments on commit 7883e79

Please sign in to comment.