Skip to content

Commit 14934a0

Browse files
Add unit as attribute
1 parent f2908fe commit 14934a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/imcflibs/imagej/bioformats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def __init__(
7272
unit_width=None,
7373
unit_height=None,
7474
unit_depth=None,
75+
unit=None,
7576
pixel_width=None,
7677
pixel_height=None,
7778
slice_count=None,
@@ -83,6 +84,7 @@ def __init__(
8384
self.unit_width = unit_width
8485
self.unit_height = unit_height
8586
self.unit_depth = unit_depth
87+
self.unit = unit
8688
self.pixel_width = pixel_width
8789
self.pixel_height = pixel_height
8890
self.slice_count = slice_count

0 commit comments

Comments
 (0)