AllenCellModeling/aicspylibczi

Get pixel depth ?

ExtReMLapin opened this issue · 1 comments

Hello, is there a way to detect pixel depth ?
My CZI file (73Gb) returns a numpy array with numbers 2000-3000, it seems to be an image with a depth of 12 bits.
Is there a way to be sure it's 12 bits ?

Thanks.

Found it it's, print("pixel_type", czi.pixel_type)