Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit b42b747

Browse files
authored
Fix/czireader float32 dtype (#423)
* allow the scene index passed in to aicspylibczi to be adjusted based on the true scene indices from the file * lint fixes * dims might not contain scene * extract channel names more safely, and add a comment about a possible better guess from DisplaySetting * allow 32-bit float pixels support
1 parent 25be210 commit b42b747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aicsimageio/readers/czi_reader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"gray8": np.uint8,
4949
"gray16": np.uint16,
5050
"gray32": np.uint32,
51+
"gray32float": np.float32,
5152
"bgr24": np.uint8,
5253
"bgr48": np.uint16,
5354
"invalid": np.uint8,

0 commit comments

Comments
 (0)