Changeset 3115 in ntrip
- Timestamp:
- Mar 22, 2011, 3:54:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3112 r3115 533 533 _pppSigCLineEdit->setWhatsThis(tr("<p>Enter a sigma for your code observations in meters.</p><p>The higher the sigma you enter, the less the contribution of code observations to a PPP solution based on a combination of code and phase data. 5.0 (default) is likely to be an appropriate choice.</p>")); 534 534 _pppQuickStartLineEdit->setWhatsThis(tr("<p>Enter the lenght of a startup period in seconds for which you want to fix the PPP solution to a known XYZ coordinate as introduced above and adjust a sigma 'XYZ Ini' according to the coordinate's precision. Fixing the coordinate is done in BNC through setting the 'Sigma XYZ Noise' you define below temporarily to zero.</p><p>This so-called Quick-Start option allows the PPP solution to rapidly converge. It requires that the antenna remains unmoved on the know position throughout the startup period.</p><p>A value of 120 is likely to be an appropriate choice for 'Quick-Start'. Default is an empty option field, meaning that you don't want BNC to operate in Quick-Start mode.</p>")); 535 _pppMaxSolGapLineEdit->setWhatsThis(tr("<p>Specify a maximum PPP solution gap in seconds. </p><p>Default is an empty option field, meaning that you don't want the PPP solution to restart.</p>"));535 _pppMaxSolGapLineEdit->setWhatsThis(tr("<p>Specify a maximum PPP solution gap in seconds. Whenever this limit is exceeded, the PPP solution will return into the Quick-Start mode and fix the introduced reference station coordinates for the specified Quick-Start period.</p><p>This option makes only sense for a stationary operated receiver where solution conversion can be enforced because the receiver position is known. Default is an empty option field, meaning that you don't want the PPP solution to return into the Quick-Start mode any time the PPP solution failes i.e. because of longer lasting outages.</p>")); 536 536 _pppSigPLineEdit->setWhatsThis(tr("<p>Enter a sigma for your phase observations in meters.</p><p>The higher the sigma you enter, the less the contribution of phase observations to a PPP solutions based on a combination of code and phase data. 0.02 (default) is likely to be an appropriate choice.</p>")); 537 537 _pppAverageLineEdit->setWhatsThis(tr("<p>Enter the length of a sliding time window in minutes. BNC will continuously output moving average positions computed from those individual positions obtained most recently throughout this period.</p><p>An empty option field (default) means that you don't want BNC to output moving average positions.</p>")); … … 842 842 pppLayout->addWidget(new QLabel("Sigma XYZ Noise "), 3, 4); 843 843 pppLayout->addWidget(_pppQuickStartLineEdit, 3, 5, Qt::AlignRight); 844 pppLayout->addWidget(new QLabel("Quick-Start (sec) "),3, 6);844 pppLayout->addWidget(new QLabel("Quick-Start (sec) "), 3, 6); 845 845 pppLayout->addWidget(_pppMaxSolGapLineEdit, 3, 7, Qt::AlignRight); 846 846 pppLayout->addWidget(new QLabel("Max Solution Gap (sec)"), 3, 8);
Note:
See TracChangeset
for help on using the changeset viewer.