SFELPHOTON-1457: invert STZ

This commit is contained in:
2025-01-10 09:30:15 +01:00
parent 3d6e22ad84
commit b9e56ec958
2 changed files with 9 additions and 1 deletions

View File

@@ -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)

View File

@@ -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
------------