Skip to content

Commit d99d0aa

Browse files
authored
Add DeLTA to the list of software using xarray (#2)
1 parent e212fa4 commit d99d0aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

existing-software.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ Do you know of something that should be included here? Please open an Issue or P
1010
- [spatial-data](https://spatialdata.scverse.org/en/latest/index.html) and the packages that build uses `Xarray`
1111
- Internally it uses the [multi-scale-spatialimage](https://github.com/spatial-image/multiscale-spatial-image?tab=readme-ov-file#multiscale-spatial-image) library to convert [OME-NGFF](https://ngff.openmicroscopy.org/) formatted data into `Xarray.DataTree`s of `Dataset`s
1212
- [Napari](https://napari.org/stable/) supports displaying Xarray. See [Example](https://napari.org/dev/gallery/xarray-latlon-timeseries.html)
13+
- [DeLTA](https://delta.readthedocs.io) is a research software using Deep
14+
Learning for the analysis (segmentation and tracking) of microscopy images of
15+
cells. It uses `xr.DataArray`s to store the image data, and `xr.Dataset`s to
16+
save the result of the analysis as netCDF4 files.
1317

1418

0 commit comments

Comments
 (0)