Commit dbe22e09441b9e7850551bcb1722f1bb2d5f648e
1 parent
e2d42ab2c5
Exists in
master
-
Showing 1 changed file with 2 additions and 2 deletions Inline Diff
README.md
# Description | 1 | 1 | # Description | |
2 | 2 | |||
Compute and plot Allan Deviation from tab separated values files. | 3 | 3 | Compute and plot Allan Deviation from tab separated values files. | |
4 | 4 | |||
# Usage | 5 | 5 | # Usage | |
6 | 6 | |||
`python allanplot.py --help` | 7 | 7 | `python allanplot.py --help` | |
8 | 8 | |||
usage: allanplot.py [-h] [-f FILENAME] [-c COLUMNS [COLUMNS ...]] [-r RATE] | 9 | 9 | ```usage: allanplot.py [-h] [-f FILENAME] [-c COLUMNS [COLUMNS ...]] [-r RATE] | |
10 | 10 | |||
Plot Allan Deviation from timeseries file | 11 | 11 | Plot Allan Deviation from timeseries file | |
12 | 12 | |||
optional arguments: | 13 | 13 | optional arguments: | |
-h, --help show this help message and exit | 14 | 14 | -h, --help show this help message and exit | |
-f FILENAME File(s) to import (default *.dat) | 15 | 15 | -f FILENAME File(s) to import (default *.dat) | |
-c COLUMNS [COLUMNS ...] | 16 | 16 | -c COLUMNS [COLUMNS ...] | |
Columns to import (default 2) | 17 | 17 | Columns to import (default 2) | |
-r RATE Time rate in seconds (default 1) | 18 | 18 | -r RATE Time rate in seconds (default 1) |