Changeset 7057 in ntrip


Ignore:
Timestamp:
Jul 16, 2015, 10:00:22 AM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r7051 r7057  
    862862  pppLayout1->addWidget(_pppWidgets._dataSource,             ir, 1);
    863863  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);
    865865  pppLayout1->addWidget(_pppWidgets._rinexObs,               ir, 4);
    866866  ++ir;
    867   pppLayout1->addWidget(new QLabel("   RINEX Nav file(s)"),  ir, 3);
     867  pppLayout1->addWidget(new QLabel("   RINEX Nav file"),     ir, 3);
    868868  pppLayout1->addWidget(_pppWidgets._rinexNav,               ir, 4);
    869869  ++ir;
    870870  pppLayout1->addWidget(new QLabel("Corrections stream"),    ir, 0);
    871871  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);
    873873  pppLayout1->addWidget(_pppWidgets._corrFile,               ir, 4);
    874874  ++ir;
     
    902902  _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>"));
    903903
    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>"));
    909909
    910910  _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.