Changeset 2094 in ntrip
- Timestamp:
- Dec 7, 2009, 9:38:54 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r2093 r2094 933 933 BNC can derive coordinates for a rover position following the Precise Point Positioning (PPP) approach. It uses either code or phase data in ionosphere free linear combinations P3 or L3. Besides pulling a stream of observations from a receiver this also requires pulling 934 934 <ul> 935 <li>satellite orbit and clock corrections to Broadcast Ephemeris in the form of 'State Space Representation' (SSR) messages as proposed by RTCM (i.e. premature message type 1060). </li>935 <li>satellite orbit and clock corrections to Broadcast Ephemeris in the form of 'State Space Representation' (SSR) messages as proposed by RTCM (i.e. premature message type 1060). Note that for BNC these correctors need to refer to the satellite's Antenna Phase Center (APC).</li> 936 936 <li>Broadcast Ephemeris available as RTCM Version 3 message types 1019 and 1020. Note that a stream dedicated to providing these messages is 'RTCM3EPH" on NTRIP broadcaster www.igs-ip.net.</li> 937 937 </ul> -
trunk/BNC/bncwindow.cpp
r2093 r2094 739 739 QGridLayout* pppLayout = new QGridLayout; 740 740 pppLayout->setColumnMinimumWidth(0,14*ww); 741 pppLayout->addWidget(new QLabel("Mountpoint"), 0, 0); 742 pppLayout->addWidget(_pppMountLineEdit, 0, 1, 1, 7); 743 pppLayout->addWidget(new QLabel("Static"), 1, 0); 744 pppLayout->addWidget(_pppStaticCheckBox, 1, 1); 745 pppLayout->addWidget(new QLabel("Use phase obs"), 2, 0); 746 pppLayout->addWidget(_pppUsePhaseCheckBox, 2, 1); 747 pppLayout->addWidget(new QLabel("Estimate tropo"), 3, 0); 748 pppLayout->addWidget(_pppEstTropoCheckBox, 3, 1); 749 pppLayout->addWidget(new QLabel("Derive coordinates through Precise Point Positioning (PPP) solution."),4, 0,1,30); 750 pppLayout->addWidget(new QLabel(" "), 5, 0); 741 pppLayout->addWidget(new QLabel("Mountpoint"), 0, 0); 742 pppLayout->addWidget(_pppMountLineEdit, 0, 1, 1, 3); 743 pppLayout->addWidget(new QLabel("Static"), 1, 0); 744 pppLayout->addWidget(_pppStaticCheckBox, 1, 1); 745 pppLayout->addWidget(new QLabel(" Use phase obs"), 1, 2, Qt::AlignRight); 746 pppLayout->addWidget(_pppUsePhaseCheckBox, 1, 3); 747 pppLayout->addWidget(new QLabel(" Estimate tropo"), 1, 4, Qt::AlignRight); 748 pppLayout->addWidget(_pppEstTropoCheckBox, 1, 5); 749 pppLayout->addWidget(new QLabel("Derive coordinates following Precise Point Positioning (PPP) approach."),2, 0,1,30); 750 pppLayout->addWidget(new QLabel(" "), 3, 0); 751 pppLayout->addWidget(new QLabel(" "), 4, 0); 752 pppLayout->addWidget(new QLabel(" "), 5, 0); 751 753 pppgroup->setLayout(pppLayout); 752 754
Note:
See TracChangeset
for help on using the changeset viewer.