- Timestamp:
- Feb 1, 2011, 11:15:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2943 r2944 498 498 _pppSigCrdP->setWhatsThis(tr("<p>Enter a sigma in meters for the white noise of estimated XYZ coordinate components. A value of 100.0 (default) may be appropriate considering the potential movement of a rover position.</p>")); 499 499 _pppSigTrp0->setWhatsThis(tr("<p>Enter a sigma in meters for the a-priory model based tropospheric delay estimation. A value of 0.1 (default) may be an appropriate choice.</p>")); 500 _pppSigTrpP->setWhatsThis(tr("<p>Enter a sigma in meters per second to describe the variation of the tropospheric effect.</p><p>Supposing 1Hz observation data, a value of 1e-6 (default) would mean that the tropospheric effect may vary for 3600 * 1e-6 = 0.0036 meters per hour.</p>")); 500 _pppSigTrpP->setWhatsThis(tr("<p>Enter a sigma in meters per second to describe the expected variation of the tropospheric effect.</p><p>Supposing 1Hz observation data, a value of 1e-6 (default) would mean that the tropospheric effect may vary for 3600 * 1e-6 = 0.0036 meters per hour.</p>")); 501 501 _pppRefCrdXLineEdit->setWhatsThis(tr("<p>Enter reference coordinate X of the receiver's position.</p>")); 502 502 _pppRefCrdYLineEdit->setWhatsThis(tr("<p>Enter reference coordinate Y of the receiver's position.</p>")); … … 504 504 _bncFigurePPP->setWhatsThis(tr("PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP Plot' tab when the corresponting option is selected above. Values are either referred to an XYZ reference coordinate (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.")); 505 505 _pppSync->setWhatsThis(tr( 506 "<p> Zero value (or empty field) means that BNC processes each epoch of data " 506 "<p> Zero value (or empty field, default) means that BNC processes each epoch of data " 507 507 "immediately after its arrival using satellite clock corrections available at " 508 "that time. Non-zero value ' pppSync' (i.e. 5) means that the epochs of data "508 "that time.</p><p> Non-zero value 'Sync Corr' (i.e. 5) means that the epochs of data " 509 509 "are buffered and the processing of each epoch is postponed till the satellite clock " 510 "corrections not older than ' pppSync' seconds are available.<p>"));511 _pppAntexLineEdit->setWhatsThis(tr("<p>IGS provides a file containing absolute phase center corrections for GNSS satellite and receiver antennas in ANTEX format. Enter the full path to such an ANTEX file.</p>")); 512 _pppAntennaLineEdit->setWhatsThis(tr("<p>Specify the receiver's antenna name as defined in your ANTEX file. Observations will be corrected for the antenna's offset which may result in a hightreduction of a few centimeters at max. Phase center variations are not yet applied by BNC."));513 _pppIgnoreSatAntCheckBox->setWhatsThis(tr("<p> Tick this option to ignore satellite antennaoffsets.</p>"));510 "corrections not older than 'Sync Corr' seconds are available.<p>")); 511 _pppAntexLineEdit->setWhatsThis(tr("<p>IGS provides a file containing absolute phase center corrections for GNSS satellite and receiver antennas in ANTEX format. Entering the full path to such an ANTEX file is required for correcting observations for antenna phase center offsets and variations. It allows you to specify the name of your receiver's antenna (as contained in the ANTEX file) to apply such corrections.</p><p>Default is an empty option field meaning that you don't want to correct observations for antenna phase center offsets and variations.</p>")); 512 _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. Phase center variations are not yet applied by BNC.</p><p>Default is an empty option field meaning that you don't want to correct observations for antenna phase center offsets.</p>")); 513 _pppIgnoreSatAntCheckBox->setWhatsThis(tr("<p>Satellite orbit and clock corrections refer to the satellite's antenna phase centers and hence observations are actually to be corrected for satellite antenna offsets. Tick 'Ignore Offsets' to not correct observations for satellite antenna phase center offsets.</p><p>Default is to correct observations for satellite antenna phase center offsets.")); 514 514 515 515 // Canvas with Editable Fields … … 765 765 _pppSPPComboBox->setMaximumWidth(8*ww); 766 766 _pppNMEAPortLineEdit->setMaximumWidth(6*ww); 767 //pppLayout->setColumnMinimumWidth(0,12*ww);768 767 pppLayout->addWidget(new QLabel("Mountpoint"), 0, 0); 769 768 pppLayout->addWidget(_pppMountLineEdit, 0, 1); … … 791 790 pppLayout->addWidget(_pppQuickStartLineEdit, 2, 5, Qt::AlignRight); 792 791 pppLayout->addWidget(new QLabel("Quick-Start (sec) ") , 2, 6); 793 pppLayout->addWidget(new QLabel("Output"), 3, 0); 792 pppLayout->addWidget(_pppPlotCoordinates, 2, 7, Qt::AlignRight); 793 pppLayout->addWidget(new QLabel("PPP Plot"), 2, 8); 794 pppLayout->addWidget(new QLabel("NMEA"), 3, 0); 794 795 pppLayout->addWidget(_pppNMEALineEdit, 3, 1, 1, 3); 795 pppLayout->addWidget(new QLabel(" NMEA file"),3, 4);796 pppLayout->addWidget(new QLabel("File"), 3, 4); 796 797 pppLayout->addWidget(_pppNMEAPortLineEdit, 3, 5, Qt::AlignRight); 797 pppLayout->addWidget(new QLabel("NMEA port"), 3, 6); 798 pppLayout->addWidget(_pppPlotCoordinates, 3, 7, Qt::AlignRight); 799 pppLayout->addWidget(new QLabel("PPP Plot"), 3, 8); 798 pppLayout->addWidget(new QLabel("Port"), 3, 6); 800 799 pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,5); 801 800 pppLayout->addWidget(new QLabel(" "), 5, 0); … … 807 806 QGridLayout* ppp2Layout = new QGridLayout; 808 807 809 //ppp2Layout->setColumnMinimumWidth(0,12*ww); 810 ppp2Layout->addWidget(new QLabel("Receiver antenna "), 0, 0); 808 ppp2Layout->addWidget(new QLabel("Receiver Antenna "), 0, 0); 811 809 ppp2Layout->addWidget(_pppAntexLineEdit, 0, 1, 1, 3); 812 810 ppp2Layout->addWidget(new QLabel("ANTEX File "), 0, 4); 813 811 ppp2Layout->addWidget(_pppAntennaLineEdit, 0, 5, 1, 3); 814 812 ppp2Layout->addWidget(new QLabel("Antenna Name"), 0, 8); 815 ppp2Layout->addWidget(new QLabel("Satellite antenna"), 1, 0);813 ppp2Layout->addWidget(new QLabel("Satellite Antenna"), 1, 0); 816 814 ppp2Layout->addWidget(_pppIgnoreSatAntCheckBox, 1, 1, Qt::AlignRight); 817 815 ppp2Layout->addWidget(new QLabel("Ignore Offsets"), 1, 2, Qt::AlignLeft); … … 832 830 ppp2Layout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP), continuted."), 4, 0, 1, 6); 833 831 ppp2Layout->addWidget(new QLabel(" "), 5, 0); 834 835 //ppp2Layout->setRowStretch(2,1);836 //ppp2Layout->setColumnStretch(4,1);837 832 838 833 ppp2group->setLayout(ppp2Layout);
Note:
See TracChangeset
for help on using the changeset viewer.