sairyscan.core.SAiryscanReader#
- class sairyscan.core.SAiryscanReader(filename: str)#
Read a CZI Zeiss raw data
- Parameters:
filename – Path to the .czi file
- __init__(filename: str)#
Methods
__init__(filename)channels()Get the number of channels in the CZI file
data([frame_idx, channel_idx])Extract one frame from the CZI data
depth()Get the number of slices in the CZI file
frames()Get the number of frames in the CZI file
height()Get the number of rows in the CZI file
width()Get the number of columns in the CZI file