Add a --write-csv=X option to the reader to dump the sector status map as a

machine-readable file.
This commit is contained in:
David Given
2020-03-14 14:35:19 +00:00
parent a401173f6d
commit 37aa8b62b0
2 changed files with 54 additions and 1 deletions

View File

@@ -177,7 +177,8 @@ directory.
These all take an optional `--write-flux` option which will cause the raw
flux to be written to the specified file as well as the normal decode.
There are various `--dump` options for showing raw data during the decode
process.
process, and `--write-csv` will write a copious CSV report of the state of
every sector in the file in machine-readable format.
- `fluxengine write *`: writes various formats of disk. Again, see the
per-format documentation [in the index page](../README.md).