Project

General

Profile

Wiki » History » Version 2

Matthieu Herrb, 2014-12-10 18:31

1 1 Matthieu Herrb
h1. multicat test program
2
3
h2. Plotting results
4
5 2 Matthieu Herrb
* transtit time
6
<pre>
7
plot 'log.txt' using 0:($1-$2) with dots
8
</pre>
9
10
* arrival time dispersion 
11 1 Matthieu Herrb
<pre>
12
y0=1418230726.639991522
13
plot 'log.txt' using 0:(dy=$1-y0,y0=$1,dy) with dots
14
</pre>