diff --git a/eiger/sf-daq-4/control/kill_controls.sh b/eiger/sf-daq-4/control/kill_controls.sh index e93e2f5..ebcd39d 100755 --- a/eiger/sf-daq-4/control/kill_controls.sh +++ b/eiger/sf-daq-4/control/kill_controls.sh @@ -47,7 +47,7 @@ if (( ${ASSEMBLER} == 1 )); then fi if (( ${WRITER} == 1 )); then - echo "Killing assembler..." + echo "Killing writer..." ps aux | grep mpiexec | awk 'NR > 1 { print prev } { prev = $2 }' | xargs -I{} kill {} fi diff --git a/eiger/sf-daq-4/control/start_acquisition.sh b/eiger/sf-daq-4/control/start_acquisition.sh deleted file mode 100755 index ad2a48b..0000000 --- a/eiger/sf-daq-4/control/start_acquisition.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash -ENDPOINT="http://127.0.0.1:5000" -SYNC="/write_sync" -ASYNC="/write_async" -KILL="/kill" -HEADER="Content-Type:application/json" -N_IMAGES=500 -SOURCES="eiger" -# Define a timestamp function -timestamp() { - date +"%T" # current time -} -generate_post_data() -{ - cat <