1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-03 15:14:09 +00:00

Document signal and system flags

This commit is contained in:
Carles Fernandez 2020-03-05 09:58:12 +01:00
parent 2e23ba3489
commit aaa17fc218

View File

@ -136,5 +136,7 @@ Available command-line flags:
| `--rover_rinex_obs` | `rover.obs` | Filename of tested RINEX observation file. |
| `--remove_rx_clock_error` | `false` | Compute and remove the receivers clock error prior to compute observable differences (requires a valid RINEX nav file for both receivers) |
| `--rinex_nav` | `base.nav` | Filename of reference RINEX navigation file. Only needed if `remove_rx_clock_error` is set to `true`. |
| `--system` | `G` | GNSS satellite system: `G` for GPS, `E` for Galileo. |
| `--signal` | `1C` | GNSS signal: `1C` for GPS L1 CA, `1B` for Galileo E1. |
| `--show_plots` | `true` | [`true`, `false`]: If `true`, and if [gnuplot](http://www.gnuplot.info/) is found on the system, displays results plots on screen. Please set it to `false` for non-interactive testing. |
<!-- prettier-ignore-end -->