Changeset 3060 in ntrip
- Timestamp:
- Mar 1, 2011, 2:47:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncwindow.cpp ¶
r3059 r3060 543 543 _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>")); 544 544 _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.")); 545 _cmbTable->setWhatsThis(tr("<p>Double click on the 'Mountpoint' field, 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 a weight to be applied in the combination specifically for this stream.</p><p>Note that an appropriateoption'Wait for full epoch' under the 'Broadcast Corrections' tabneeds to be specified for the combination. A value ofi.e.15 seconds would make senseif the update rate for orbit andclock corrections is 10 seconds.</p>"));545 _cmbTable->setWhatsThis(tr("<p>Double click on the 'Mountpoint' field, 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 a 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 for that if the update rate of incoming clock corrections is i.e. 10 seconds.</p>")); 546 546 addCmbRowButton->setWhatsThis(tr("Hit 'Add Row' button to add another line to the mountpoints table.")); 547 547 delCmbRowButton->setWhatsThis(tr("Hit 'Delete' button to delete the highlited line from the mountpoints table.")); 548 548 _cmbOutHostLineEdit->setWhatsThis(tr("Specify the domain name or IP number of an Ntrip Broadcaster for uploading the combination stream.")); 549 549 _cmbOutPortLineEdit->setWhatsThis(tr("Enter the listening IP port of the specified Ntrip Broadcaster for uploading the combination stream.")); 550 _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 setthe combination stream will be uploaded to the specified Ntrip Broadcaster.</p><p>Note that this mountpointcan be introduce as 'Obs Mountpoint' under the 'PPP (1)' tab to carry out a Precise Point Positioning using the combination stream without pulling it from the Ntrip Broadcaster."));550 _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 from the Ntrip Broadcaster.")); 551 551 _cmbPasswordLineEdit->setWhatsThis(tr("Enter the password for uploading the combination stream to the specified Ntrip Broadcaster.")); 552 _cmbOutPathLineEdit->setWhatsThis(tr("Specify a directory for saving the combin atoin streamon disc in a plain ASCII format."));553 _cmbSP3PathLineEdit->setWhatsThis(tr("Specify a directory for saving the combin ation streamon disc in SP3 format."));552 _cmbOutPathLineEdit->setWhatsThis(tr("Specify a directory for saving the combined Broadcast Ephemeris corrections on disc in a plain ASCII format.")); 553 _cmbSP3PathLineEdit->setWhatsThis(tr("Specify a directory for saving the combined Broadcast Ephemeris corrections on disc in SP3 format.")); 554 554 555 555 // Canvas with Editable Fields … … 900 900 cmbLayout->addWidget(_cmbOutPortLineEdit, 0, 7); 901 901 cmbLayout->addWidget(new QLabel(" Mountpoint"), 1, 4); 902 _cmbMountpointLineEdit->setMaximumWidth( 10*ww);902 _cmbMountpointLineEdit->setMaximumWidth(9*ww); 903 903 cmbLayout->addWidget(_cmbMountpointLineEdit, 1, 5); 904 904 cmbLayout->addWidget(new QLabel(" Password"), 1, 6); … … 910 910 cmbLayout->addWidget(new QLabel(" Directory, SP3"), 3, 4); 911 911 cmbLayout->addWidget(_cmbSP3PathLineEdit, 3, 5, 1, 3); 912 cmbLayout->addWidget(new QLabel(" Combin ingBroadcast Ephemeris correction streams."),5,3,1,5);912 cmbLayout->addWidget(new QLabel(" Combine Broadcast Ephemeris correction streams."),5,3,1,5); 913 913 914 914 cmbgroup->setLayout(cmbLayout);
Note:
See TracChangeset
for help on using the changeset viewer.