add specialized viewer for x-ray eye camers

This commit is contained in:
Xiaoqiang Wang
2023-04-04 12:57:24 +02:00
parent b97e460fdd
commit e85fd4e596
2 changed files with 6 additions and 1 deletions

View File

@@ -64,7 +64,7 @@
{ {
"type": "cmd", "type": "cmd",
"text": "X-ray Eye Viewer", "text": "X-ray Eye Viewer",
"command": "QtAD --simple --prefix=X04SA-ES2-XEYE:image1:" "command": "xeye.py X04SA-ES2-XEYE:image1:"
} }
] ]
} }

View File

@@ -106,6 +106,11 @@
"type": "cmd", "type": "cmd",
"text": "X-ray Eye Lens", "text": "X-ray Eye Lens",
"command": "caqtdm -dg +20+80 -x -attach -noMsg -macro ES=ES3 X_X04SA_ES2_xRayEye.ui" "command": "caqtdm -dg +20+80 -x -attach -noMsg -macro ES=ES3 X_X04SA_ES2_xRayEye.ui"
},
{
"type": "cmd",
"text": "X-ray Eye Viewer",
"command": "xeye.py X04SA-ES3-XEYE:image1:"
} }
] ]
} }