new version of streamvis, 16M Bernina detector configuration, etc

This commit is contained in:
Dmitry Ozerov
2021-03-03 14:26:56 +01:00
parent ec6ed74431
commit ff80e72045
4 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
become: true
become_user: dbe
vars:
streamvis_version: 1.2.0
streamvis_version: 1.3.1
tasks:
- name: Create service directory
file:
+9
View File
@@ -87,4 +87,13 @@ JF06_visualisation_title=16M_Jungfrau_Alvra
JF06_last_module_number=31
JF06_initial_udp_port=50060
#JF06
JF07_detector_short_name=JF07
JF07_detector_full_name=JF07T32V01
JF07_visualisation_incoming_data_port=9007
JF07_visualisation_port=5007
JF07_visualisation_view=default16m
JF07_visualisation_title=16M_Jungfrau_Bernina
JF07_last_module_number=31
JF07_initial_udp_port=50100
@@ -11,7 +11,7 @@ fi
REPO=sf_daq_buffer
if [ ! -d /home/dbe/git/${REPO} ]; then
cd /home/dbe/git && git clone --branch ram_buffer https://github.com/paulscherrerinstitute/${REPO}.git
cd /home/dbe/git && git clone https://github.com/paulscherrerinstitute/${REPO}.git
source /opt/rh/devtoolset-9/enable
cd /home/dbe/git/${REPO} && mkdir -p build && cd build/ && cmake3 .. && make
@@ -22,3 +22,5 @@ do
done
journalctl -u JF${DS}-stream2vis -n 1 | tail -1 | awk -F ': ' '{print $2}' | sed 's/-/_/g' | grep "^sf"
exit 0