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