SFELPHOTON-1457: invert STZ
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user