Changeset 2176 in ntrip


Ignore:
Timestamp:
Jan 4, 2010, 12:35:07 PM (14 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r2173 r2176  
    10741074<p><a name="ppptab"><h4>3.13.4 PPP</h4></p>
    10751075<p>
    1076 Precise Point Positioning time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to the first extimated coordinate components. The time as given in format hh:mm refers to GPS Time. The sliding PPP time series window covers a period of 5 minutes.
     1076Precise Point Positioning time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to the first estimated coordinate components. The time as given in format hh:mm refers to GPS Time. The sliding PPP time series window covers a period of 5 minutes.
    10771077</p>
    10781078
  • trunk/BNC/bncwindow.cpp

    r2172 r2176  
    439439  _pppRefCrdYLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>"));
    440440  _pppRefCrdZLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>"));
    441   _bncFigurePPP->setWhatsThis(tr("PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to mean values calculated from results received over the past 5 minutes."));
     441  _bncFigurePPP->setWhatsThis(tr("PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (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."));
    442442
    443443  // Canvas with Editable Fields
Note: See TracChangeset for help on using the changeset viewer.