Skip to content

Latest commit

 

History

History
executable file
·
26 lines (14 loc) · 934 Bytes

File metadata and controls

executable file
·
26 lines (14 loc) · 934 Bytes

Code style: black GitHub repo size GitHub top language

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

icon