Skip to content

peterlionelnewman/czi2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

czi2png

This wrapper GUI + script (around the aicslibczi library) for batch processing / converting your '.czi' files to '.png's

Info

  1. searches a folder for .czi files
  2. exports a mip of each czi channel

To run, use something something like:

    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

To use

  1. Click and specify the search path button search fo czi's
  2. Click and specify the saving path
  3. Select options for png export
  4. Click 'Converyt 2 png'!

i.e.: example.png

Notes

  • 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.

Releases

No releases published

Packages

No packages published

Languages