working version of sf_stream (sends to streamvis assembled frame)

This commit is contained in:
Dmitry Ozerov
2020-05-01 14:20:16 +02:00
committed by babic_a
parent 7db13ffbc6
commit b484b45b88
2 changed files with 44 additions and 33 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ coreAssociated=(17 17 17 17 17 17 17 17 18 18 18 18 18 18 18 18 19 19 19 19 19 1
latest_file=`cat /gpfs/photonics/swissfel/buffer/JF07T32V01/M00/LATEST`
last_pulse_id=`basename ${latest_file} | sed 's/.h5//'`
#first_pulse_id=$((${last_pulse_id}-100000))
first_pulse_id=$((${last_pulse_id}-1000))
first_pulse_id=$((${last_pulse_id}-100000))
echo "First/last pulse_id : ${first_pulse_id} ${last_pulse_id}"