diff --git a/README.md b/README.md index 2b2802ff04774a5e48eebeb156a19ee2fa127026..325a24c78f8767358abc5604d6463f301955ecf9 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,11 @@ RDCU-compatible compression mode depending on if the Model (-m) option is set. This command creates the file `myguess.cfg` with the guessed compression parameters. ### Data Format +The input data is formatted as hexadecimal numbers. +For example: `12 AB 34 CD` or `12AB34CD`. -The input data must be formatted as two hex numbers separated by a space. -For example: `12 AB 34 CD`. +### User Manual +You can find the user manual [here](doc). ## How to use the tool diff --git a/doc/PLATO-UVIE-PL-UM-0001_0r6.pdf b/doc/PLATO-UVIE-PL-UM-0001_0r6.pdf new file mode 100644 index 0000000000000000000000000000000000000000..581a47061c76f787b75e04ccf88a5064f370704e Binary files /dev/null and b/doc/PLATO-UVIE-PL-UM-0001_0r6.pdf differ