webknossos-libs
webknossos-libs copied to clipboard
Tiffreader for nd data
Description:
-
To avoid the behavior of the default PIMs tiff reader, this PR adds a tiff reader based on the tifffile library. While the default tiff reader always produces 3d arrays, the custom reader creates ndarrays with a shape corresponding to the metadata of the tiff.
-
fixes: #1029
Todos:
Make sure to delete unnecessary points or to check all before merging:
- [x] Updated Changelog
- [x] Added / Updated Tests