- czi ome bug fix, forgot channels, planes and annotations
This commit is contained in:
@@ -261,6 +261,9 @@ class OmeParse:
|
|||||||
self.get_light_sources()
|
self.get_light_sources()
|
||||||
self.get_filters()
|
self.get_filters()
|
||||||
self.get_pixels()
|
self.get_pixels()
|
||||||
|
self.get_channels()
|
||||||
|
self.get_planes()
|
||||||
|
self.get_annotations()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def text(item: Optional[Element], default: str = "") -> str:
|
def text(item: Optional[Element], default: str = "") -> str:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ndbioimage"
|
name = "ndbioimage"
|
||||||
version = "2024.4.7"
|
version = "2024.4.8"
|
||||||
description = "Bio image reading, metadata and some affine registration."
|
description = "Bio image reading, metadata and some affine registration."
|
||||||
authors = ["W. Pomp <w.pomp@nki.nl>"]
|
authors = ["W. Pomp <w.pomp@nki.nl>"]
|
||||||
license = "GPLv3"
|
license = "GPLv3"
|
||||||
|
|||||||
Reference in New Issue
Block a user