mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 12:54:13 +02:00
added JF03 (Bernina I0 detector)
This commit is contained in:
committed by
Data Backend account
parent
4f69fec838
commit
91f4348bf2
@@ -0,0 +1,21 @@
|
||||
export PATH=/home/dbe/miniconda3/bin:$PATH
|
||||
|
||||
source /home/dbe/miniconda3/etc/profile.d/conda.sh
|
||||
|
||||
conda deactivate
|
||||
conda activate vis
|
||||
|
||||
PORT=5003
|
||||
PORT_BACKEND=9003
|
||||
|
||||
H=`echo ${HOSTNAME} | sed 's/.psi.ch//'`
|
||||
BACKEND=${H}
|
||||
|
||||
CORES=39
|
||||
|
||||
taskset -c ${CORES} \
|
||||
streamvis bernina --allow-websocket-origin=${H}:${PORT} \
|
||||
--allow-websocket-origin=sf-daq-bernina:${PORT} --port=${PORT} \
|
||||
--address tcp://${BACKEND}:${PORT_BACKEND} \
|
||||
--page-title I0
|
||||
|
||||
Reference in New Issue
Block a user