- czi ome bug fix, forgot channels, planes and annotations

This commit is contained in:
Wim Pomp
2024-04-29 13:20:13 +02:00
parent c13ae9d4ad
commit f70128e426
2 changed files with 4 additions and 1 deletions

View File

@@ -261,6 +261,9 @@ class OmeParse:
self.get_light_sources()
self.get_filters()
self.get_pixels()
self.get_channels()
self.get_planes()
self.get_annotations()
@staticmethod
def text(item: Optional[Element], default: str = "") -> str:

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2024.4.7"
version = "2024.4.8"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"