- Timestamp:
- Jan 4, 2010, 12:35:07 PM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r2173 r2176 1074 1074 <p><a name="ppptab"><h4>3.13.4 PPP</h4></p> 1075 1075 <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 e xtimated 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.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 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. 1077 1077 </p> 1078 1078 -
trunk/BNC/bncwindow.cpp
r2172 r2176 439 439 _pppRefCrdYLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>")); 440 440 _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.")); 442 442 443 443 // Canvas with Editable Fields
Note:
See TracChangeset
for help on using the changeset viewer.