Handling/CompAlgSystems4GolemUpToShotNo31150/gnuplot/CommandLineExecution/index

single signal

shot=24133;echo "set title 'Shot #$shot';set ytics nomirror;set xrange [200:800];plot '< wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot/DAS/0417RigolDS1074c.ON/data_all' u 0:(\$2*1) w l title 'DRP#2'" | gnuplot -persist

Single diagnostics from two shots

shot1=24133;shot2=24134;echo "set title 'Shot #$shot1 a #$shot2';set ytics nomirror;set xrange [200:800];plot '< wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot1/DAS/0417RigolDS1074c.ON/data_all' u 0:(\$2*1) w l title 'DRP#2 @ #$shot1','< wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot2/DAS/0417RigolDS1074c.ON/data_all' u 0:(\$2*1) w l title 'DRP#2 @ #$shot2'" | gnuplot -persist

Two diagnostics from one shot

shot=0;echo "set title 'Shot #$shot';set ytics nomirror;set xrange [200:*];plot '< wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot/DAS/0417RigolDS1074c.ON/data_all' u 0:(\$2*1) w l title 'BPP','< wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot/DAS/0417RigolDS1074c.ON/data_all' u 0:(\$3*1) w l title 'BPP_LP'" | gnuplot -persist