Changeset 9671 in ntrip for branches/BNC_2.12/src/bncwindow.cpp


Ignore:
Timestamp:
Apr 4, 2022, 2:16:06 PM (2 years ago)
Author:
stuerze
Message:

minor changes to allow combination sampling iterval of 5 seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncwindow.cpp

    r9281 r9671  
    450450
    451451  _cmbSamplSpinBox = new QSpinBox;
    452   _cmbSamplSpinBox->setMinimum(10);
     452  _cmbSamplSpinBox->setMinimum(0);
    453453  _cmbSamplSpinBox->setMaximum(60);
    454454  _cmbSamplSpinBox->setSingleStep(10);
     
    13571357  _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.</p>"));
    13581358  _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'.</p>"));
    1359   _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.</p>"));
     1359  _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.</p>"));
    13601360  _cmbUseGlonass->setWhatsThis(tr("<p>In case the incoming orbit and clock correction stream(s) support GLONASS, you can tick 'Use GLONASS' to produce a GPS plus GLONASS combination solution.</p><p>Default is a GPS-only combination.</p>"));
    13611361
Note: See TracChangeset for help on using the changeset viewer.