- Timestamp:
- Mar 4, 2011, 11:31:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3072 r3074 548 548 _pppAntennaLineEdit->setWhatsThis(tr("<p>Specify the receiver's antenna name as defined in your ANTEX file. Observations will be corrected for the antenna phase center's offset which may result in a reduction of a few centimeters at max. Corrections for phase center variations are not yet applied by BNC. The specified name must consist of 20 characters. Add trailing blanks if the antenna name has less then 20 characters.</p><p>Default is an empty option field meaning that you don't want to correct observations for antenna phase center offsets.</p>")); 549 549 _pppApplySatAntCheckBox->setWhatsThis(tr("<p>This option is not yet working.</p><p>Satellite orbit and clock corrections refer to the satellite's antenna phase centers and hence observations are actually <u>not</u> to be corrected for satellite antenna phase center offsets. However, you may like to tick 'Apply Offsets' to force BNC to correct observations for satellite antenna phase center offsets.</p><p>Default is to <u>not</u> correct observations for satellite antenna phase center offsets.")); 550 _cmbTable->setWhatsThis(tr("<p>Double click on the 'Mountpoint' field to enter a Broadcast Ephemeris corrections mountpoint from the 'Streams' section below and hit Enter. Then double click on the 'AC Name' field to enter your choice of an abbreviation for the Analysis Center (AC) providing the stream. Finally, double click on the 'Weight' field to enter aweight to be applied for this stream in the combination.</p><p>Note that an appropriate 'Wait for full epoch' value needs to be specified for the combination under the 'Broadcast Corrections' tab. A value of 15 seconds would make sense there if the update rate of incoming clock corrections is i.e. 10 seconds.</p><p>Note further that the sequence of rows in the 'Combination Table' is of importance because the orbit information in the final combination stream is just copied from the stream listed in the first row.Sothe first line in the 'Combination Table' defines a 'Master AC'. The update rate of the combination productis also taken over fromthe 'Master AC's update rate.</p><p>Note also that the combination process requires Broadcast Ephemeris. Besides the orbit and clock corrections streams BNC must therefore pull a stream carrying Broadcast Ephemeris in the form of RTCM Version 3 messages.</p>"));550 _cmbTable->setWhatsThis(tr("<p>Double click on the 'Mountpoint' field to enter a Broadcast Ephemeris corrections mountpoint from the 'Streams' section below and hit Enter. Then double click on the 'AC Name' field to enter your choice of an abbreviation for the Analysis Center (AC) providing the stream. Finally, double click on the 'Weight' field to enter the weight to be applied for this stream in the combination.</p><p>Note that an appropriate 'Wait for full epoch' value needs to be specified for the combination under the 'Broadcast Corrections' tab. A value of 15 seconds would make sense there if the update rate of incoming clock corrections is i.e. 10 seconds.</p><p>Note further that the sequence of rows in the 'Combination Table' is of importance because the orbit information in the final combination stream is just copied from the stream listed in the first row. Hence the first line in the 'Combination Table' defines a kind of 'Master AC'. The update rate of the combination product follows the 'Master AC's update rate.</p><p>Note also that the combination process requires Broadcast Ephemeris. Besides the orbit and clock corrections streams BNC must therefore pull a stream carrying Broadcast Ephemeris in the form of RTCM Version 3 messages.</p>")); 551 551 addCmbRowButton->setWhatsThis(tr("Hit 'Add Row' button to add another line to the mountpoints table.")); 552 552 delCmbRowButton->setWhatsThis(tr("Hit 'Delete' button to delete the highlited line from the mountpoints table.")); 553 553 _cmbOutHostLineEdit->setWhatsThis(tr("Specify the domain name or IP number of an Ntrip Broadcaster for uploading the combination stream.")); 554 554 _cmbOutPortLineEdit->setWhatsThis(tr("Enter the listening IP port of the specified Ntrip Broadcaster for uploading the combination stream.")); 555 _cmbMountpointLineEdit->setWhatsThis(tr("<p>Enter a mountpoint for the combination stream. The combination will only be carried out if a mountpoint is defined.</p><p>If 'Host', 'Port' and 'Password' are set, the combination stream will be uploaded to the specified Ntrip Broadcaster.</p><p>Note that the mountpoint defined here can be introduce as 'Obs Mountpoint' under the 'PPP (1)' tab to carry out a Precise Point Positioning through using the combination stream without pulling it fromthe Ntrip Broadcaster."));555 _cmbMountpointLineEdit->setWhatsThis(tr("<p>Enter a mountpoint for the combination stream. If 'Host', 'Port' and 'Password' are set, the combination stream will be uploaded to the specified Ntrip Broadcaster.</p><p>Note that the mountpoint defined here can be introduce as 'Obs Mountpoint' under the 'PPP (1)' tab to carry out a Precise Point Positioning through directly using the combination stream without prior upload to the Ntrip Broadcaster.")); 556 556 _cmbPasswordLineEdit->setWhatsThis(tr("Enter the password for uploading the combination stream to the specified Ntrip Broadcaster.")); 557 557 _cmbOutPathLineEdit->setWhatsThis(tr("<p>Specify a directory for saving the combined Broadcast Ephemeris corrections in a plain ASCII format on disk.</p><p>The length of the Broadcast Ephemeris corrections files is defined through option 'Interval' under the 'Broadcast Corrections' tab.</p>")); … … 854 854 QGridLayout* ppp2Layout = new QGridLayout; 855 855 856 ppp2Layout->addWidget(new QLabel(" ReceiverAntenna"),0, 0);857 ppp2Layout->addWidget(_pppAntexLineEdit, 0, 1, 1, 3); 858 ppp2Layout->addWidget(new QLabel("ANTEX File "), 0, 4); 859 ppp2Layout->addWidget(_pppAntennaLineEdit, 0, 5, 1, 3); 860 ppp2Layout->addWidget(new QLabel(" AntennaName"), 0, 8);861 ppp2Layout->addWidget(new QLabel("Satellite Antenna"), 1, 0); 862 ppp2Layout->addWidget(_pppApplySatAntCheckBox, 1, 1, Qt::AlignRight); 863 ppp2Layout->addWidget(new QLabel("Apply Offsets"), 1, 2, Qt::AlignLeft); 864 ppp2Layout->addWidget(new QLabel("Sigmas"), 2, 0); 865 ppp2Layout->addWidget(_pppSigCLineEdit, 2, 1, Qt::AlignRight); 866 ppp2Layout->addWidget(new QLabel("Code"), 2, 2); 867 ppp2Layout->addWidget(_pppSigPLineEdit, 2, 3); 868 ppp2Layout->addWidget(new QLabel("Phase"), 2, 4); 869 ppp2Layout->addWidget(_pppSigTrp0, 2, 5, Qt::AlignRight); 870 ppp2Layout->addWidget(new QLabel("Tropo Init "), 2, 6); 871 ppp2Layout->addWidget(_pppSigTrpP, 2, 7); 872 ppp2Layout->addWidget(new QLabel("Tropo White Noise"), 2, 8); 873 ppp2Layout->addWidget(new QLabel("Options cont'd"), 3, 0); 874 ppp2Layout->addWidget(_pppSync, 3, 1); 875 ppp2Layout->addWidget(new QLabel("Sync Corr (sec) "), 3, 2); 876 ppp2Layout->addWidget(_pppAverageLineEdit, 3, 3, Qt::AlignRight); 877 ppp2Layout->addWidget(new QLabel("Averaging (min)") , 3, 4); 856 ppp2Layout->addWidget(new QLabel("Antennas"), 0, 0); 857 ppp2Layout->addWidget(_pppAntexLineEdit, 0, 1, 1, 3); 858 ppp2Layout->addWidget(new QLabel("ANTEX File "), 0, 4); 859 ppp2Layout->addWidget(_pppAntennaLineEdit, 0, 5, 1, 3); 860 ppp2Layout->addWidget(new QLabel("Rec. Ant. Name"), 0, 8); 861 ppp2Layout->addWidget(new QLabel("Satellite Antenna "), 1, 0); 862 ppp2Layout->addWidget(_pppApplySatAntCheckBox, 1, 1, Qt::AlignRight); 863 ppp2Layout->addWidget(new QLabel("Apply Offsets"), 1, 2, Qt::AlignLeft); 864 ppp2Layout->addWidget(new QLabel("Sigmas"), 2, 0); 865 ppp2Layout->addWidget(_pppSigCLineEdit, 2, 1, Qt::AlignRight); 866 ppp2Layout->addWidget(new QLabel("Code"), 2, 2); 867 ppp2Layout->addWidget(_pppSigPLineEdit, 2, 3); 868 ppp2Layout->addWidget(new QLabel("Phase"), 2, 4); 869 ppp2Layout->addWidget(_pppSigTrp0, 2, 5, Qt::AlignRight); 870 ppp2Layout->addWidget(new QLabel("Tropo Init "), 2, 6); 871 ppp2Layout->addWidget(_pppSigTrpP, 2, 7); 872 ppp2Layout->addWidget(new QLabel("Tropo White Noise"), 2, 8); 873 ppp2Layout->addWidget(new QLabel("Options cont'd"), 3, 0); 874 ppp2Layout->addWidget(_pppSync, 3, 1); 875 ppp2Layout->addWidget(new QLabel("Sync Corr (sec) "), 3, 2); 876 ppp2Layout->addWidget(_pppAverageLineEdit, 3, 3, Qt::AlignRight); 877 ppp2Layout->addWidget(new QLabel("Averaging (min)") , 3, 4); 878 878 ppp2Layout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP), continued."), 4, 0, 1, 6); 879 879 ppp2Layout->addWidget(new QLabel(" "), 5, 0);
Note:
See TracChangeset
for help on using the changeset viewer.