coPylot is a python app to control the lightsheet microscopes we build here at @czbiohub . Support for controling other microscopes planned to be added.
It can be started up by running copylot/gui/gui.py
.
Using an environment manager is highly recommended.
Instructions below using Anaconda
but you can pick your favorite environment manager and do not forget to
have pip
.
git clone https://github.com/czbiohub/coPylot.git
We currently have no release on pypi, so you can follow the steps below to
install editable version of coPylot with help of pip
:
conda create -n coPylot python=3.9
conda activate coPylot
pip install -e .
coPylot documentation can be found here.
All contributions are welcome here! Please take a look at our contributing guideline first.