From 7883e799a4e9972f6e46170cdcc07617e721b076 Mon Sep 17 00:00:00 2001 From: Wouter-Michiel Vierdag Date: Wed, 20 Nov 2024 13:44:48 +0100 Subject: [PATCH] refer to xarray --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c12ab79..bea4bdd 100644 --- a/README.md +++ b/README.md @@ -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.