-
- Downloads
New again works with coupled CaptDevice
Showing
- LaserConfig.yaml 1 addition, 1 deletionLaserConfig.yaml
- examples/main.py 0 additions, 7 deletionsexamples/main.py
- examples/test_with_captdev.py 41 additions, 0 deletionsexamples/test_with_captdev.py
- requirements.txt 7 additions, 1 deletionrequirements.txt
- src/LaserControl/LaserConfig.py 2 additions, 2 deletionssrc/LaserControl/LaserConfig.py
- src/LaserControl/__init__.py 13 additions, 0 deletionssrc/LaserControl/__init__.py
- src/LaserControl/controller/LaserCon.py 7 additions, 1 deletionsrc/LaserControl/controller/LaserCon.py
- src/LaserControl/controller/LaserControlController.py 103 additions, 64 deletionssrc/LaserControl/controller/LaserControlController.py
- src/LaserControl/controller/__init__.py 1 addition, 2 deletionssrc/LaserControl/controller/__init__.py
- src/LaserControl/controller/multiprocess/LaserStateMPSetter.py 113 additions, 0 deletions...aserControl/controller/multiprocess/LaserStateMPSetter.py
- src/LaserControl/controller/multiprocess/MPLaserDevice.py 182 additions, 0 deletionssrc/LaserControl/controller/multiprocess/MPLaserDevice.py
- src/LaserControl/controller/multiprocess/MPLaserDeviceControl.py 77 additions, 0 deletions...erControl/controller/multiprocess/MPLaserDeviceControl.py
- src/LaserControl/controller/multiprocess/get_current_wavelength.py 0 additions, 9 deletions...Control/controller/multiprocess/get_current_wavelength.py
- src/LaserControl/controller/multiprocess/logging.py 0 additions, 17 deletionssrc/LaserControl/controller/multiprocess/logging.py
- src/LaserControl/controller/multiprocess/move_to_wavelength.py 2 additions, 2 deletions...aserControl/controller/multiprocess/move_to_wavelength.py
- src/LaserControl/controller/multiprocess/wavelength_sweep.py 0 additions, 44 deletionssrc/LaserControl/controller/multiprocess/wavelength_sweep.py
- src/LaserControl/libs/LaserLibSimulator.py 15 additions, 7 deletionssrc/LaserControl/libs/LaserLibSimulator.py
- src/LaserControl/model/LaserControlModel.py 73 additions, 47 deletionssrc/LaserControl/model/LaserControlModel.py
- src/LaserControl/model/LaserControlSignals.py 10 additions, 1 deletionsrc/LaserControl/model/LaserControlSignals.py
- src/LaserControl/view/LaserControlView.py 99 additions, 19 deletionssrc/LaserControl/view/LaserControlView.py
examples/test_with_captdev.py
0 → 100644
... | ... | @@ -5,6 +5,12 @@ PySide6~=6.5.2 |
scipy~=1.10.1 | ||
rich | ||
# add the git repo | ||
git+https://gitlab.tugraz.at/flexsensor-public/confighandler.git@develop | ||
#git+https://gitlab.tugraz.at/flexsensor-public/confighandler.git@develop | ||
../confighandler | ||
git+https://gitlab.tugraz.at/flexsensor-public/fswidgets.git@develop | ||
#git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@develop | ||
../captdevicecontrol | ||
../../pyside-multiprocessing |
Please register or sign in to comment