Tools to simplify reading and CZI (Carl Zeiss Image) meta and pixel data
Project description
czitools
This repository provides a collection of tools to simplify reading CZI (Carl Zeiss Image) pixel and metadata in Python. It is available as a Python Package on PyPi.
For full documentation see sebi06.github.io/czitools.
Quick Start
pip install czitools
from czitools.metadata_tools.czi_metadata import CziMetadata
from czitools.read_tools import read_tools
# read all metadata
mdata = CziMetadata("path/to/file.czi")
# read pixel data as a labelled STCZYX(A) array
array6d, mdata = read_tools.read_6darray("path/to/file.czi", use_dask=True, use_xarray=True)
For installation options (PyPI, editable, conda) see the Installation docs. For detailed usage examples see the Usage docs.
CZI inside NDV
CZI inside Napari
Colab Notebooks
| Topic | Link |
|---|---|
| Read CZI metadata | |
| Read CZI pixel data | |
| Write OME-ZARR from CZI | |
| Show planetable as surface | |
| Segment with Voronoi-Otsu |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file czitools-0.17.1.tar.gz.
File metadata
- Download URL: czitools-0.17.1.tar.gz
- Upload date:
- Size: 90.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
876bc18af8353587af054b685b151c26fbe83c02369790593e2613b81e41ec37
|
|
| MD5 |
8d3aca15e10199be571dff21cec1c0ff
|
|
| BLAKE2b-256 |
f1905a7b61133dc2ead268718b338862580abe177c42cfa4836610fed437fa55
|
File details
Details for the file czitools-0.17.1-py3-none-any.whl.
File metadata
- Download URL: czitools-0.17.1-py3-none-any.whl
- Upload date:
- Size: 112.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2de97c54aba176019e6c588264a229e7dfcaceacaa60dd6f482622d3a3a92de5
|
|
| MD5 |
dab30bacb5a2a6aa7ca8b797b09e7be4
|
|
| BLAKE2b-256 |
7b6557c573005ae1fb6228bbb2a3272eb2cb39ec7beeabce59009c7b5bc5ef41
|