Collection of tools for operating the DectrisQuadro camera in the Siwick Lab. Also contains code to manipulate the data taken with the detector.
You may install the package with
python -m pip install git+https://github.com/kremeyer/DectrisTools
I am currently developing it in a Python 3.10 environment.
run with python -m DectrisTools.[module]
liveview: GUI application to monitor the data recorded with the detector in real timestatemonitor: show live detector informationsnapshot: save the next image that will be recorded as an HDF5-filesingle_shot_experiment: start a single shot pump on/off experiment
if building the package fails on one of computecanada's machines, try using gcc >= 11.3.0 by running module load gcc/11.3 before installing the package