diff --git a/ARESvis/ARESvis.py b/ARESvis/ARESvis.py index e63fc78..90fcebf 100755 --- a/ARESvis/ARESvis.py +++ b/ARESvis/ARESvis.py @@ -405,7 +405,7 @@ class ARESdevice(): qp.drawLine(0,-rTrg,0,-rTrg+tickL) #tick qp.setPen(penBk) qp.setBrush(QColor(0,255,255,192)) - qp.drawRect(int(-(tgW/2)-txTrg), int(-tgH-tzTrg), tgW, tgH) # target mount sample + qp.drawRect(int(-(tgW/2)-txTrg), int(-tgH+tzTrg), tgW, tgH) # target mount sample # --- parabola mirror --- qp.setTransform(tf0) diff --git a/Readme.md b/Readme.md index fb46636..b3086c3 100644 --- a/Readme.md +++ b/Readme.md @@ -19,6 +19,14 @@ live visualization of the ARES chamber tools to avoid collisions and beam clippi rsync -vain ~/Documents/prj/SwissFEL/apps/EsfRixsApps/ARESvis satesf-vcons-01:/sf/furka/applications/EsfRixsApps/ --filter='- ARESvis/__pycache__/' + +For simulated motor IOC: +/home/zamofing_t/Documents/prj/SwissFEL/test_ioc/MotorSim/iocBoot/ARESvis/ARESvis.cmd +For motor ui: +caQtDM ~/Documents/prj/SwissFEL/test_ioc/MotorSim/iocBoot/ARESvis/ARESvis.ui& +python ARESvis.py + + spectrumProc ------------