Commit 8798dcc5b9d9b81aaf4783015b56e46641c3278a

Authored by bmarechal
1 parent dbe22e0944
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