- some ome fixes

This commit is contained in:
Wim Pomp
2023-08-21 11:14:32 +02:00
parent cf7f2b6e1e
commit ef6116c6bc
4 changed files with 9 additions and 8 deletions

View File

@@ -2,10 +2,10 @@
# ndbioimage - Work in progress
Exposes (bio) images as a numpy ndarray-like-object, but without loading the whole
Exposes (bio) images as a numpy ndarray-like object, but without loading the whole
image into memory, reading from the file only when needed. Some metadata is read
and stored in an ome structure. Additionally, it can automatically calculate an affine
transform that corrects for chromatic abberrations etc. and apply it on the fly to the image.
transform that corrects for chromatic aberrations etc. and apply it on the fly to the image.
Currently, supports imagej tif files, czi files, micromanager tif sequences and anything
bioformats can handle.