Controls for I23 laser shaping project
At Diamond: module load python/3.11 Use python -m venv .venv to install python env (python3.11)
If using Linux ver. need to install the local version of rtc6-fastcs in order to use bluesky to control excelliSCAN pip install ../path/to/rtc6-fastcs
If it doesn't launch the GUI, need to uninstall and reinstall pyqt5 and opencv in specific order.
pip uninstall opencv-python opencv-python-headless
pip uninstall PyQt5 PyQt5-sip
pip install --upgrade pip
pip install opencv-python-headless
pip install PyQt5
