From 39608ff3d0d4d1ce6afdd1d1fab6b213673915f6 Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Fri, 13 Jan 2023 19:35:01 +0100 Subject: [PATCH] new application path --- X_X04SA_Optics.json | 2 +- X_X04SA_sscan.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/X_X04SA_Optics.json b/X_X04SA_Optics.json index c5bc0c0..7161492 100644 --- a/X_X04SA_Optics.json +++ b/X_X04SA_Optics.json @@ -39,7 +39,7 @@ { "type": "cmd", "text": "Visual Mono", - "command": "/work/sls/bin/X_X04SA_mono.py" + "command": "X_X04SA_mono.py" }, { "type": "cmd", diff --git a/X_X04SA_sscan.json b/X_X04SA_sscan.json index c294c8c..e6c7589 100644 --- a/X_X04SA_sscan.json +++ b/X_X04SA_sscan.json @@ -20,7 +20,7 @@ { "type": "cmd", "text": "Scan Data Viewer", - "command": "X_GES_Viewer.sh" + "command": "python /sls/controls/applications/mdaviewer/mdaviewer.py" } ] }