Changeset 7057 in ntrip for trunk/BNC/src
- Timestamp:
- Jul 16, 2015, 10:00:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bncwindow.cpp ¶
r7051 r7057 862 862 pppLayout1->addWidget(_pppWidgets._dataSource, ir, 1); 863 863 pppLayout1->addItem(new QSpacerItem(4*ww, 0), ir, 2); 864 pppLayout1->addWidget(new QLabel(" RINEX Obs file (s)"),ir, 3);864 pppLayout1->addWidget(new QLabel(" RINEX Obs file"), ir, 3); 865 865 pppLayout1->addWidget(_pppWidgets._rinexObs, ir, 4); 866 866 ++ir; 867 pppLayout1->addWidget(new QLabel(" RINEX Nav file (s)"),ir, 3);867 pppLayout1->addWidget(new QLabel(" RINEX Nav file"), ir, 3); 868 868 pppLayout1->addWidget(_pppWidgets._rinexNav, ir, 4); 869 869 ++ir; 870 870 pppLayout1->addWidget(new QLabel("Corrections stream"), ir, 0); 871 871 pppLayout1->addWidget(_pppWidgets._corrMount, ir, 1); 872 pppLayout1->addWidget(new QLabel(" Correction file (s)"),ir, 3);872 pppLayout1->addWidget(new QLabel(" Correction file"), ir, 3); 873 873 pppLayout1->addWidget(_pppWidgets._corrFile, ir, 4); 874 874 ++ir; … … 902 902 _pppWidgets._antexFile->setWhatsThis(tr("<p>Observations in RTCM streams or RINEX files should be referred to the receiver's and to the satellite's Antenna Phase Center (APC) and therefore be corrected for<ul><li>Receiver APC offsets</li><li>Receiver APC variations</li><li>Satellite APC offsets.</li></ul> Specify the full path to an IGS 'ANTEX file' which contains APC offsets and variations.</p><p>If you don't specify an 'ANTEX file' then observations will not be corrected for APC offsets and variations.</p>")); 903 903 904 _pppWidgets._rinexObs->setWhatsThis(tr("<p>Specify the RINEX observations file (s).</p>"));905 906 _pppWidgets._rinexNav->setWhatsThis(tr("<p>Specify the RINEX navigation file (s).</p>"));907 908 _pppWidgets._corrFile->setWhatsThis(tr("<p>Specify the Broadcast Ephemeris Corrections file (s)as saved beforehand using BNC.</p><p>If you don't specify corrections through this option, BNC will fall back to Single Point Positioning (SPP, positioning from RINEX Obs and RINEX Nav files only) instead of doing PPP.</p>"));904 _pppWidgets._rinexObs->setWhatsThis(tr("<p>Specify the RINEX observations file.</p>")); 905 906 _pppWidgets._rinexNav->setWhatsThis(tr("<p>Specify the RINEX navigation file.</p>")); 907 908 _pppWidgets._corrFile->setWhatsThis(tr("<p>Specify the Broadcast Ephemeris Corrections file as saved beforehand using BNC.</p><p>If you don't specify corrections through this option, BNC will fall back to Single Point Positioning (SPP, positioning from RINEX Obs and RINEX Nav files only) instead of doing PPP.</p>")); 909 909 910 910 _pppWidgets._logFile->setWhatsThis(tr("<p>Specify the path to daily PPP logfiles using e.g. the following syntax (example):</p><p> ./PPP_${STATION}_${DATE}.log</p><p>BNC will produce one daily PPP logfile per station. Variable ${STATION} stands for the affected station and ${DATE} stands for the date.</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.