From dfa280667ddd9fb227e074247f4adef1406bb037 Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 7 Jan 2021 12:53:45 +0100 Subject: [PATCH] remove unused control scripts --- control/gui/expert/Set_TOF_Thr | 15 +++++++++++++++ control/gui/expert/{ => old}/CTS_Scope | 0 control/gui/expert/{ => old}/Nxyter_Rescue | 0 3 files changed, 15 insertions(+) create mode 100755 control/gui/expert/Set_TOF_Thr rename control/gui/expert/{ => old}/CTS_Scope (100%) rename control/gui/expert/{ => old}/Nxyter_Rescue (100%) diff --git a/control/gui/expert/Set_TOF_Thr b/control/gui/expert/Set_TOF_Thr new file mode 100755 index 0000000..25b90c0 --- /dev/null +++ b/control/gui/expert/Set_TOF_Thr @@ -0,0 +1,15 @@ +#!/bin/bash + +xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' + ssh hadaq@lxhadesdaqp " + export DAQOPSERVER=hadesp31 + echo \" Setting Thresholds...\" + cd /home/hadaq/trbsoft/hadesdaq/tof + ./setThreshold.sh +# cd /var/diskless/etrax_fs/tof +# ./SET_THRESHOLDs_TOF_TRB2s.BAT + echo \"Done\" + sleep 10 +" +' + diff --git a/control/gui/expert/CTS_Scope b/control/gui/expert/old/CTS_Scope similarity index 100% rename from control/gui/expert/CTS_Scope rename to control/gui/expert/old/CTS_Scope diff --git a/control/gui/expert/Nxyter_Rescue b/control/gui/expert/old/Nxyter_Rescue similarity index 100% rename from control/gui/expert/Nxyter_Rescue rename to control/gui/expert/old/Nxyter_Rescue -- 2.43.0