UALab is a software to assist experimenters with hardware manipulation, data acquisition and analysis in the ultracold atom laboratory.
UALab(Ultracold Atom Laboratory) is a open source software developed by undergraduate and graduate students of SCNU(South China Normal University), the purpose of the software is to assist experimenters with hardware manipulation and data acquisition and analysis in the ultracold atom laboratory.
If you are installing from source, you can install Anaconda first. And then create a new environment
conda create -n UALab python=3.6
conda activate UALab
Common
pip install pyqt5==5.12.2 Pillow==6.1.0 pathlib==1.0.1
pip install git+https://github.com/pyqtgraph/pyqtgraph@develop
Camera Chameleon
hardware SDK: FlyCapture
python library for Chameleon: PyCapture
python your_file_path/startProgram.py
You can start with:
See the LICENSE file for license rights and limitations (MIT).