Christoph Sommer

Results 2 issues of Christoph Sommer

For some file formats [aicsimageio](https://github.com/AllenCellModeling/aicsimageio) and [nd2](https://github.com/tlambert03/nd2/issues) return a sub-class of `da.core.Array`: [ResourceBackedDaskAray](https://github.com/tlambert03/resource-backed-dask-array) This PR relaxes the input type check to allow da.core.Array sub-classes in ndinterp functions. Closes #360

Hi there, I want to use `ndinterp.affine_transform` on images loaded with aicsimageio/[nd2](https://github.com/tlambert03/nd2/issues). For some image formats (e.g. `.nd2`) aicsimageio returns a [ResourceBackedDaskAray](https://github.com/tlambert03/resource-backed-dask-array) which is an instance of `da.Array`. However the...