Changeset 2820 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Dec 19, 2010, 7:49:34 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2818 r2820  
    496496  _pppRefCrdZLineEdit->setWhatsThis(tr("<p>Enter reference coordinate Z of the receiver's position.</p>"));
    497497  _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>"));
    499504
    500505  // Canvas with Editable Fields
Note: See TracChangeset for help on using the changeset viewer.