From 48678668a948d2faeb0fd5ce606d4f7c236b5039 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 18 Feb 2020 19:54:53 +0100 Subject: [PATCH] Improve README --- src/utils/rinex-tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/rinex-tools/README.md b/src/utils/rinex-tools/README.md index 0280bec32..f714dd625 100644 --- a/src/utils/rinex-tools/README.md +++ b/src/utils/rinex-tools/README.md @@ -43,9 +43,9 @@ $ obsdiff --ref_rinex_obs reference.20o Available command-line flags: -| **flag** | **Default value** | **Description** | +| **Command-line flag** | **Default value** | **Description** | |:-------------------------:|:-----------------:|:-----------------| -| `-skip_obs_transitory_s` | `30.0` | Skip the initial observable outputs to avoid transitory results [s]. | +| `‑skip_obs_transitory_s` | `30.0` | Skip the initial observable outputs to avoid transitory results [s]. | | `-skip_obs_ends_s` | `5.0` | Skip the lasts observable outputs to avoid transitory results [s]. | | `-single_diffs` | `false` | [`true`, `false`]: If `true`, the program also computes the single difference errors for [Carrier Phase](https://gnss-sdr.org/docs/sp-blocks/observables/#carrier-phase-measurement) and [Doppler](https://gnss-sdr.org/docs/sp-blocks/observables/#doppler-shift-measurement) measurements (requires LO synchronization between receivers). | | `-compare_with_5X` | `false` | [`true`, `false`]: If `true`, the program compares the E5a Doppler and Carrier Phases with the E5 full Bw in RINEX (expect discrepancy due to the center frequencies difference). |