timelapse_tools.utils package¶
Submodules¶
timelapse_tools.utils.czi_metadata module¶
timelapse_tools.utils.czi_reading module¶
-
timelapse_tools.utils.czi_reading.
daread
(img: Union[str, pathlib.Path]) → dask.array.core.Array[source]¶ Read a CZI image file as a delayed dask array where each YX plane will be read on request.
- Parameters
img (Union[str, Path]) – The filepath to read.
- Returns
img – The constructed dask array where each YX plane is a delayed read.
- Return type
dask.array.core.Array
timelapse_tools.utils.file_summary module¶
Module contents¶
Utils package for timelapse_tools.