We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2908fe commit 14934a0Copy full SHA for 14934a0
1 file changed
src/imcflibs/imagej/bioformats.py
@@ -72,6 +72,7 @@ def __init__(
72
unit_width=None,
73
unit_height=None,
74
unit_depth=None,
75
+ unit=None,
76
pixel_width=None,
77
pixel_height=None,
78
slice_count=None,
@@ -83,6 +84,7 @@ def __init__(
83
84
self.unit_width = unit_width
85
self.unit_height = unit_height
86
self.unit_depth = unit_depth
87
+ self.unit = unit
88
self.pixel_width = pixel_width
89
self.pixel_height = pixel_height
90
self.slice_count = slice_count
0 commit comments