Changeset 9676 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Apr 7, 2022, 4:21:51 PM (2 years ago)
Author:
stuerze
Message:

combination is extended to use/provide Code Biases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r9652 r9676  
    482482
    483483  _cmbSamplSpinBox = new QSpinBox;
    484   _cmbSamplSpinBox->setMinimum(10);
     484  _cmbSamplSpinBox->setMinimum(0);
    485485  _cmbSamplSpinBox->setMaximum(60);
    486486  _cmbSamplSpinBox->setSingleStep(10);
     
    12671267  cmbLayout->addWidget(_cmbSamplSpinBox,                                         6,  7, Qt::AlignRight);
    12681268  cmbLayout->addWidget(new QLabel("GNSS"),                                       7,  6, Qt::AlignLeft);
    1269   cmbLayout->addWidget(new QLabel("GPS (1W/2W)"),                                7,  7);
     1269  cmbLayout->addWidget(new QLabel("GPS (C1W/C2W)"),                                7,  7);
    12701270  cmbLayout->addWidget(_cmbGpsCheckBox,                                          7,  8);
    1271   cmbLayout->addWidget(new QLabel("GLONASS (1P/2P)"),                            7,  9);
     1271  cmbLayout->addWidget(new QLabel("GLONASS (C1P/C2P)"),                          7,  9);
    12721272  cmbLayout->addWidget(_cmbGloCheckBox,                                          7, 10);
    1273   cmbLayout->addWidget(new QLabel("Galileo (1C/5Q)"),                            7, 11);
     1273  cmbLayout->addWidget(new QLabel("Galileo (C1C/C5Q)"),                          7, 11);
    12741274  cmbLayout->addWidget(_cmbGalCheckBox,                                          7, 12);
    1275   cmbLayout->addWidget(new QLabel("Beidou (2I/6I)"),                             7, 13);
     1275  cmbLayout->addWidget(new QLabel("Beidou (C2I/C6I)"),                           7, 13);
    12761276  cmbLayout->addWidget(_cmbBdsCheckBox,                                          7, 14);
    1277   cmbLayout->addWidget(new QLabel("QZSS (1C/2L)"),                               8,  7);
     1277  cmbLayout->addWidget(new QLabel("QZSS (C1C/C2L)"),                             8,  7);
    12781278  cmbLayout->addWidget(_cmbQzssCheckBox,                                         8,  8);
    1279   cmbLayout->addWidget(new QLabel("SBAS (1C/5Q)"),                               8,  9);
     1279  cmbLayout->addWidget(new QLabel("SBAS (C1C/C5Q)"),                             8,  9);
    12801280  cmbLayout->addWidget(_cmbSbasCheckBox,                                         8, 10);
    12811281  cmbLayout->addWidget(new QLabel("IRNSS"),                                      8, 11);
     
    14951495  _cmbMethodComboBox->setWhatsThis(tr("<p>Select a clock combination approach. Options are 'Single-Epoch' and Kalman 'Filter'.</p><p>It is suggested to use the Kalman filter approach for the purpose of Precise Point Positioning. <i>[key: cmbMethod]</i></p>"));
    14961496  _cmbMaxresLineEdit->setWhatsThis(tr("<p>BNC combines all incoming clocks according to specified weights. Individual clock estimates that differ by more than 'Maximal residuum' meters from the average of all clocks will be ignored.<p></p>It is suggested to specify a value of about 0.2 m for the Kalman filter combination approach and a value of about 3.0 meters for the Single-Epoch combination approach.</p><p>Default is a value of '999.0'. <i>[key: cmbMaxres]</i></p>"));
    1497   _cmbSamplSpinBox->setWhatsThis(tr("<p>Select a combination Sampling interval for the clocks. Clock corrections will be produced following that interval.</p><p>A value of 10 sec may be an appropriate choice. <i>[key: cmbSampl]</i></p>"));
     1497  _cmbSamplSpinBox->setWhatsThis(tr("<p>Select a combination Sampling interval for the clocks. Clock corrections will be produced following that interval.</p><p>A value of 10 sec may be an appropriate choice. A value of zero '0' tells BNC to use all available samples. <i>[key:  ]</i></p>"));
    14981498  _cmbGpsCheckBox->setWhatsThis(tr("<p>GPS clock corrections shall be combined. <i>[key: cmbGps]</i></p>"));
    14991499  _cmbGloCheckBox->setWhatsThis(tr("<p>GLONASS clock corrections shall be combined; GPS Broadcast ephemeris and corrections are required. <i>[key: cmbGlo]</i></p>"));
Note: See TracChangeset for help on using the changeset viewer.