Changeset 2820 in ntrip
- Timestamp:
- Dec 19, 2010, 7:49:34 AM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r2819 r2820 1277 1277 <p><a name="pppsync"><h4>3.11.6 Sync Corr - optional</h4></p> 1278 1278 <p> 1279 You may like to process only those observations which are received first within a maximum of 'Sync corr' seconds after the reception of a clock correction. 5 seconds could be an approriate choice for this option. 1279 Zero value (or empty field) means that BNC processes each epoch of data 1280 immediately after its arrival using satellite clock corrections available at 1281 that time. Non-zero value "pppSync" means that the epochs of data are buffered 1282 and the processing of each epoch is postponed till the satellite clock 1283 corrections not older than "pppSync" are available. 1280 1284 <p> 1281 1285 </p> -
trunk/BNC/bncwindow.cpp
r2818 r2820 496 496 _pppRefCrdZLineEdit->setWhatsThis(tr("<p>Enter reference coordinate Z of the receiver's position.</p>")); 497 497 _bncFigurePPP->setWhatsThis(tr("PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP Plot' tab when the corresponting option is selected above. Values are either referred to an XYZ reference coordinate (if specified) or referred to the first estimated set of coordinate compoments. The sliding PPP time series window covers the period of the latest 5 minutes.")); 498 _pppSync->setWhatsThis(tr("<p>You may like to process only those observations which are received first within a maximum of 'Sync corr' seconds after the reception of a clock correction. 5 seconds could be an approriate choice for this option.</p><p>Using only observations which come in sync with the corrections can avoid a possible high frequency noise of PPP solutions. Such noise could result from processing all observations regardless of how late after a clock correction they were received.<p></p>Default is an empty option field, meaning that you want BNC to determine a PPP solution from all incoming observations through applying the latest received clock correction.</p>")); 498 _pppSync->setWhatsThis(tr( 499 "<p> Zero value (or empty field) means that BNC processes each epoch of data " 500 "immediately after its arrival using satellite clock corrections available at " 501 "that time. Non-zero value 'pppSync' means that the epochs of data are buffered " 502 "and the processing of each epoch is postponed till the satellite clock " 503 "corrections not older than 'pppSync' are available.<p>")); 499 504 500 505 // Canvas with Editable Fields
Note:
See TracChangeset
for help on using the changeset viewer.