Experiments/TechnologicalIssues/0515ControlledPowerSupply4PrimaryCoil/tools
#Gnuplot script shotno=19563;echo “set ytics nomirror;set xrange [0:0.04];set yrange [0:*];set style data dots;set ylabel ‘loop_voltage [V]’;set y2label ‘I_prim [A]’;set y2range [0:*];set y2tics;plot ‘< wget -q -O - http://golem.fjfi.cvut.cz/utils/data/\(shotno/i_prim' u 1:(\$2*200) w l title 'I_prim' axes x1y2,'< wget -q -O - http://golem.fjfi.cvut.cz/cgi-bin/data/\)shotno/loop_voltage’ u 1:2 w l title ‘loop_voltage’”|gnuplot -persist
