From: hadaq Date: Thu, 7 Jan 2021 11:53:45 +0000 (+0100) Subject: remove unused control scripts X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dfa280667ddd9fb227e074247f4adef1406bb037;p=hadesdaq.git remove unused control scripts --- 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