/Designs/Measuring_instruments/GeoMet01A/DATA/online_plot.gp |
---|
4,12 → 4,7 |
#set yrange [-1:1] |
set autoscale y |
#plot data transformed to G units. (3,3V/1024 * 0.8V/G) |
k=3.3/1024.0*0.8 # sensitivity constant |
zero_gravity=512.0 |
set output "mereni.png" |
plot "tabor.txt" using ($1) title "X", "" using ($2) title "Y", "" using ($3) title "Z" |
pause 1 |
reread |
set output "thorsmork.png" |
plot "GeoMet01_2013-09-06.log" using ($5) title "X", "" using ($6) title "Y", "" using ($7) title "Z" |
#pause 1 |
#reread |