This wrapper GUI + script (around the aicslibczi library) for batch processing / converting your '.czi' files to '.png's
- Written by: Pete, 2022, (peterlionelnewman)
- Paper doi: doi.org/10.1002/advs.202204741
- Paper url: https://onlinelibrary.wiley.com/doi/10.1002/advs.202204741
- Cite us if you use any part of this script in anyway :-)
- searches a folder for .czi files
- exports a mip of each czi channel
conda create -n czi2png python=3.10.6 pip
conda activate czi2png
cd <path to czi2png>
pip install -r requirements.txt
python main.py
- best ran from a conda venv
- see requirements.txt
- Click and specify the search path button search fo czi's
- Click and specify the saving path
- Select options for png export
- Click 'Converyt 2 png'!
- Go check out the Allen Institue of Cell Science package !!!
- This exists because sometimes the AICS package is buggy with rounding errors. But otherwise we AOK.