]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
remove unused control scripts
authorhadaq <jan@lxhadeb07>
Thu, 7 Jan 2021 11:53:45 +0000 (12:53 +0100)
committerhadaq <jan@lxhadeb07>
Thu, 7 Jan 2021 11:53:45 +0000 (12:53 +0100)
control/gui/expert/Set_TOF_Thr [new file with mode: 0755]
control/gui/expert/old/CTS_Scope [moved from control/gui/expert/CTS_Scope with 100% similarity]
control/gui/expert/old/Nxyter_Rescue [moved from control/gui/expert/Nxyter_Rescue with 100% similarity]

diff --git a/control/gui/expert/Set_TOF_Thr b/control/gui/expert/Set_TOF_Thr
new file mode 100755 (executable)
index 0000000..25b90c0
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+xterm -geometry 80x24 -bg orange -fg black -e bash --login -c '
+  ssh hadaq@lxhadesdaqp "
+  export DAQOPSERVER=hadesp31
+  echo \"  <TOF_Thr> 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
+"
+'
+