Update README.md
This commit is contained in:
@ -6,6 +6,7 @@ It has two commands ([check](#check) and [compare](#compare)) and a few option s
|
|||||||
|
|
||||||
The `data` folder contains some channel lists and output files for testing.
|
The `data` folder contains some channel lists and output files for testing.
|
||||||
|
|
||||||
|
|
||||||
## check
|
## check
|
||||||
|
|
||||||
`./sani.py check data/test_chans_good.txt`
|
`./sani.py check data/test_chans_good.txt`
|
||||||
@ -16,6 +17,8 @@ The `data` folder contains some channel lists and output files for testing.
|
|||||||
|
|
||||||
<img src="docs/check_bad.png" width="491">
|
<img src="docs/check_bad.png" width="491">
|
||||||
|
|
||||||
|
Successful connections will be marked in green, failed connection in red, and alarm states will be printed in yellow.
|
||||||
|
|
||||||
|
|
||||||
## compare
|
## compare
|
||||||
|
|
||||||
@ -27,4 +30,7 @@ The `data` folder contains some channel lists and output files for testing.
|
|||||||
|
|
||||||
<img src="docs/compare_bad.png" width="658">
|
<img src="docs/compare_bad.png" width="658">
|
||||||
|
|
||||||
(Note here that `.csv` is automatically appended if missing.)
|
Entries that are identical in both files will not be shown. Differences will be printed as `LEFT | RIGHT`.
|
||||||
|
|
||||||
|
(Note that `.csv` is automatically appended to filenames if missing.)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user