From 4561bf9f9caf2a8274ecad26c08495c8d4382d61 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 25 Feb 2018 01:41:18 +0100 Subject: [PATCH] Update manpage with new -doppler_step flag and add default values. --- docs/manpage/gnss-sdr-manpage | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/docs/manpage/gnss-sdr-manpage b/docs/manpage/gnss-sdr-manpage index 6714e6916..06cf36465 100644 --- a/docs/manpage/gnss-sdr-manpage +++ b/docs/manpage/gnss-sdr-manpage @@ -21,29 +21,32 @@ If defined, path to the file containing the signal samples (overrides the data f \fB\-log_dir=\fR\fI\fR If defined, overrides the default directory where logs are saved. .TP -\fB\-doppler_max=\fR\fIdoppler\fR +\fB\-doppler_max=\fR\fI\fR If defined, maximum Doppler value in the search grid, in Hz (overrides the configuration file). .TP -\fB\-cn0_samples=\fR\fIsamples\fR -Number of correlator outputs used for CN0 estimation. +\fB\-doppler_step=\fR\fI\fR +If defined, sets the frequency step in the search grid, in Hz (overrides the configuration file). .TP -\fB\-cn0_min=\fR\fIcn0_min\fR -Minimum valid CN0 (in dB-Hz). +\fB\-cn0_samples=\fR\fI\fR +Number of correlators outputs (one per integration time) used for CN0 estimation. It defaults to 20 outputs. .TP -\fB\-max_lock_fail=\fR\fImax_lock_fail\fR -Number number of lock failures before dropping satellite. +\fB\-cn0_min=\fR\fI\fR +Minimum valid CN0 (in dB-Hz). It defaults to 25 dB-Hz. .TP -\fB\-carrier_lock_th=\fR\fIcarrier_lock_th\fR -Carrier lock threshold (in rad). +\fB\-max_lock_fail=\fR\fI\fR +Number of lock failures before dropping satellite. It defaults to 50 failures. .TP -\fB\-dll_bw_hz=\fR\fIdll_bw_hz\fR +\fB\-carrier_lock_th=\fR\fI\fR +Carrier lock error threshold (in rad). It defaults to 0.85 rad (48.7 degrees). +.TP +\fB\-dll_bw_hz=\fR\fI\fR If defined, bandwidth of the DLL low pass filter, in Hz (overrides the configuration file). .TP -\fB\-pll_bw_hz=\fR\fIpll_bw_hz\fR +\fB\-pll_bw_hz=\fR\fI\fR If defined, bandwidth of the PLL low pass filter, in Hz (overrides the configuration file). .TP \fB\-RINEX_version=\fI\fR -Specifies the RINEX version (2.11 or 3.02). Default: "3.02". +If defined, specifies the RINEX version (2.11 or 3.02). Default: "3.02". Overrides the configuration file. .TP \fB\-version\fR Print program version and exit.