wip
This commit is contained in:
41
Readme.md
41
Readme.md
@@ -1,3 +1,13 @@
|
||||
pyqtgraph examples
|
||||
------------------
|
||||
```
|
||||
ipython3
|
||||
import pyqtgraph.examples
|
||||
pyqtgraph.examples.run()
|
||||
|
||||
```
|
||||
|
||||
|
||||
EPICS simulator
|
||||
---------------
|
||||
```
|
||||
@@ -23,9 +33,38 @@ EPICS_CA_ADDR_LIST=localhost
|
||||
./camera.py -u -b SwissMxSim
|
||||
```
|
||||
|
||||
|
||||
test at ESC
|
||||
-----------
|
||||
```
|
||||
https://git.psi.ch/SwissMX/swissmx_cristallina/-/wikis/Instructions%20on%20how%20to%20use%20software
|
||||
|
||||
P=ESB_MX/python/SwissMX/
|
||||
ssh saresc-cons-02 mkdir -p /tmp/zamofing_t/$P
|
||||
rsync -vai ~/Documents/prj/SwissFEL/epics_ioc_modules/$P saresc-cons-02:/tmp/zamofing_t/$P
|
||||
cd /tmp/zamofing_t/ESB_MX/python/SwissMX
|
||||
/opt/gfa/python-3.7/2018.12/bin/python camera.py -u -p SARES30-CAMS156-SMX-OAV
|
||||
|
||||
caqtdm -macro 'NAME=SARES30-CAMS156-SMX-OAV,CAMNAME=SARES30-CAMS156-SMX-OAV' /sf/controls/config/qt/Camera/CameraExpert_RF.ui
|
||||
|
||||
```
|
||||
|
||||
try revive Zac code
|
||||
-------------------
|
||||
```
|
||||
cd /tmp/; git clone https://github.com/malcolmreynolds/transformations.git
|
||||
cd /tmp/transformations.git
|
||||
-> modify __init__.py -> .transformation (add dot)
|
||||
setup.py install --user
|
||||
|
||||
|
||||
cd /tmp/; git clone https://github.com/spyder-ide/qtawesome.git
|
||||
cd /tmp/qtawesome
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
caQtDM -macro 'P=SAR-EXPMX' /photonics/home/gac-cristall/Documents/swissmx_cristallina/gui/SwissMX_ChipMotion.ui
|
||||
caQtDM -macro 'P=SAR-EXPMX' ESB_MX_exp.ui
|
||||
|
||||
Reference in New Issue
Block a user