diff --git a/get_and_plot_remote_sayma_data b/get_and_plot_remote_sayma_data index f9ab2e7..b4a71bf 100755 --- a/get_and_plot_remote_sayma_data +++ b/get_and_plot_remote_sayma_data @@ -38,9 +38,9 @@ fi # Acquire data at the remote if [[ $1 = $3 ]] then - ssh -t -p $HOSTPORT $HOST "cd mlabs-testsuite && python3 rp_get_sayma_data.py raw $5" + ssh -t -p $HOSTPORT $HOST "cd mlabs-testsuite && python3 rp_get_sayma_data.py raw $5" else - ssh -t -p $HOSTPORT $HOST "cd mlabs-testsuite && python3 rp_get_sayma_data.py raw $5 $6" + ssh -t -p $HOSTPORT $HOST "cd mlabs-testsuite && python3 rp_get_sayma_data.py raw $5 $6" fi # Transfer data from remote to local diff --git a/get_and_plot_sayma_data b/get_and_plot_sayma_data index e945cc3..a36e88a 100644 --- a/get_and_plot_sayma_data +++ b/get_and_plot_sayma_data @@ -24,9 +24,9 @@ fi # Acquire data from RPs if [[ $2 = $4 ]] then - python3 rp_get_sayma_data.py $1 $6 + python3 rp_get_sayma_data.py $1 $6 else - python3 rp_get_sayma_data.py $1 $6 $7 + python3 rp_get_sayma_data.py $1 $6 $7 fi # Plot data from saved data