From 6f594e9503d94344b92917f2d13df5b8bbacfaf1 Mon Sep 17 00:00:00 2001 From: Dmitry Ozerov Date: Wed, 21 Jul 2021 19:33:27 +0200 Subject: [PATCH] use sf_writer executable from dbe home directory --- scripts/retrieve_detector_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/retrieve_detector_data.sh b/scripts/retrieve_detector_data.sh index 56d0421..187f000 100755 --- a/scripts/retrieve_detector_data.sh +++ b/scripts/retrieve_detector_data.sh @@ -95,7 +95,7 @@ else fi fi -taskset -c ${coreAssociated} /usr/local/bin/sf_writer ${OUTFILE_RAW} /gpfs/photonics/swissfel/buffer/${DETECTOR} ${NM} ${START_PULSE_ID} ${STOP_PULSE_ID} ${PULSE_ID_STEP}>> /tmp/detector_retrieve.log & +taskset -c ${coreAssociated} /home/dbe/bin/sf_writer ${OUTFILE_RAW} /gpfs/photonics/swissfel/buffer/${DETECTOR} ${NM} ${START_PULSE_ID} ${STOP_PULSE_ID} ${PULSE_ID_STEP}>> /tmp/detector_retrieve.log & wait