Commit dbe22e09441b9e7850551bcb1722f1bb2d5f648e

Authored by bmarechal
1 parent e2d42ab2c5
Exists in master

-

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -6,7 +6,7 @@
6 6  
7 7 `python allanplot.py --help`
8 8  
9   -usage: allanplot.py [-h] [-f FILENAME] [-c COLUMNS [COLUMNS ...]] [-r RATE]
  9 +```usage: allanplot.py [-h] [-f FILENAME] [-c COLUMNS [COLUMNS ...]] [-r RATE]
10 10  
11 11 Plot Allan Deviation from timeseries file
12 12  
... ... @@ -18,7 +18,7 @@
18 18 -r RATE Time rate in seconds (default 1)
19 19  
20 20 Example: './allanplot.py -f 'toto.dat' -c 2 3' compute and plot Allan
21   -Deviation form columns 2 and 3 of toto.dat
  21 +Deviation form columns 2 and 3 of toto.dat```
22 22  
23 23 # Examples
24 24