Changeset 9424 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
May 8, 2021, 11:39:51 PM (3 years ago)
Author:
stuerze
Message:

Example Configs updated

Location:
trunk/BNC/src
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r9306 r9424  
    137137
    138138    QString fileNameHlp = _fileNameSkl
     139      + QString("_%1").arg(datTim.date().year())
    139140      + QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0'))
    140141      + hlpStr + datTim.toString(".yyC");
  • trunk/BNC/src/bncabout.html

    r8238 r9424  
    11<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    22Developed under GNU General Public License for 'Networked Transport of RTCM via Internet Protocol' (NTRIP) to receive GNSS streaming data over the Internet.<br>
    3 <u>http://igs.bkg.bund.de/ntrip/about</u><br>
     3<u>https://igs.bkg.bund.de/ntrip/about</u><br>
    44<br>
    55BKG Software by:<br>
     
    99Department of Geodesy<br>
    1010Prague, Czech Republic<br>
    11 <u>http://www.fsv.cvut.cz</u><br>
     11<u>https://www.fsv.cvut.cz</u><br>
    1212<br>
    1313Federal Agency for Cartography and Geodesy (BKG)<br>
     
    1515Section Navigation<br>
    1616Frankfurt, Germany<br>
    17 <u>http://www.bkg.bund.de</u><br>
     17<u>https://www.bkg.bund.de</u><br>
    1818<br>
    1919This software is provided 'as is'.<br>
    2020Make sure you installed the latest version available from<br>
    21 <u>http://igs.bkg.bund.de/ntrip/download</u><br>
     21<u>https://igs.bkg.bund.de/ntrip/download</u><br>
    2222<br>
    2323Disclaimer:<br>
  • trunk/BNC/src/bnchelp.html

    r9418 r9424  
    20462046and tracking mode or channel must be separated by ampersand character '&'. Specifications for each navigation systems must be separated by blank character ' '.
    20472047
    2048 <p>Examples for 'Plots for signals' option:<ul><li> G:1&2&5 R:1&2&3 J:1&2 E:1&7 C:1&6 S:1<br>
     2048<p>Examples for 'Plots for signals' option:<ul><li> G:1&2&5 R:1&2&3 E:1&7 C:2&6 J:1&2 I:5&9 S:1&5 <br>
    20492049(Plots will be based on GPS observations on 1st, 2nd and 5th frequency, GLONASS observations on 1st, 2nd and 3rd frequency,
    20502050QZSS observations on 1st and 2nd frequency, Galileo observations on 1st and 7th frequency, BeiDou observations on
  • trunk/BNC/src/bncsettings.cpp

    r9404 r9424  
    105105    setValue_p("reqcOutNavFile",      "");
    106106    setValue_p("reqcOutLogFile",      "");
    107     setValue_p("reqcSkyPlotSignals",  "C:2&7 E:1&5 G:1&2&5 J:1&2 R:1&2&3 S:1&5 I:5&9");
     107    setValue_p("reqcSkyPlotSignals",  "G:1&2&5 R:1&2&3 E:1&7 C:2&6 J:1&2 I:5&9 S:1&5");
    108108    setValue_p("reqcPlotDir",         "");
    109109    setValue_p("reqcRnxVersion",      "");
  • trunk/BNC/src/bncsinextro.cpp

    r8403 r9424  
    188188           <<  " -----"
    189189           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C2).toStdString()
    190            << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C7).toStdString()
     190           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C6).toStdString()
    191191        << endl;
    192192      _out << "-SITE/BEIDOU_PHASE_CENTER" << endl << endl;
  • trunk/BNC/src/bncwindow.cpp

    r9418 r9424  
    13761376  _reqcLogSummaryOnly->setWhatsThis(tr("<p>By default BNC produces a detailed 'Logfile' providing all information resulting from editing or analyzing RINEX data. If that is too much information, you can limit the logfile content to a short summary.</p><p>Tick 'Summary only' to suppress full logfile output and instead produce a logfile containing only summary information. <i>[key: reqcLogSummaryOnly]</i></p>"));
    13771377  _reqcPlotDirLineEdit->setWhatsThis(tr("<p>Specify a directory for saving plots in PNG format.</p><p>Default is an empty option field, meaning that plots will not be saved on disk. <i>[key: reqcPlotDir]</i></p>"));
    1378   _reqcSkyPlotSignals->setWhatsThis(tr("<p>BNC can produce plots for multipath, signal-to-noise ratio, satellite availability, satellite elevation, and PDOP values. The 'Plots for signals' option lets you exactly specify observation signals to be used for that and also enables the plot generation. You can specify the navigation system, the frequency, and the tracking mode or channel as defined in RINEX Version 3. Specifications for frequency and tracking mode or channel must be separated by ampersand character '&'. Specifications for navigation systems must be separated by blank character ' '.</p><p>Examples for 'Plots for signals' option:<ul><li> G:1&2&5 R:1&2&3 J:1&2 E:1&7 C:1&6 S:1<br>(Plots will be based on GPS observations on 1st and 2nd frequency, GLONASS observations on 1st and 2nd frequency, QZSS observations on 1st and 2nd frequency, Galileo observations on 1st and 7th frequency, BeiDou observations on 1st and 6th frequency, SBAS observations on 1st frequency.)</li><li>G:1C&5X<br>(Plots will be based on GPS observations on 1st frequency in C tracking mode and GPS observations on 5th frequency in X tracking mode.)</li><li>C:6I&7I<br>(Plots will be based on BeiDou observations on 6th frequency in I tracking mode and BeiDou observations on 7th frequency in I tracking mode.)<li></ul></p><p>Default is 'C:2&7 E:1&5 G:1&2 J:1&2 R:1&2 S:1&5 I:5&9'. Specifying an empty option string would be overruled by this default. <i>[key: reqcSkyPlotSignals]</i></p>"));
     1378  _reqcSkyPlotSignals->setWhatsThis(tr("<p>BNC can produce plots for multipath, signal-to-noise ratio, satellite availability, satellite elevation, and PDOP values. The 'Plots for signals' option lets you exactly specify observation signals to be used for that and also enables the plot generation. You can specify the navigation system, the frequency, and the tracking mode or channel as defined in RINEX Version 3. Specifications for frequency and tracking mode or channel must be separated by ampersand character '&'. Specifications for navigation systems must be separated by blank character ' '.</p><p>Examples for 'Plots for signals' option:<ul><li> G:1&2&5 R:1&2&3 E:1&7 C:2&6 J:1&2 I:5&9 S:1&5 <br>(Plots will be based on GPS observations on 1st and 2nd frequency, GLONASS observations on 1st and 2nd frequency, QZSS observations on 1st and 2nd frequency, Galileo observations on 1st and 7th frequency, BeiDou observations on 1st and 6th frequency, SBAS observations on 1st frequency.)</li><li>G:1C&5X<br>(Plots will be based on GPS observations on 1st frequency in C tracking mode and GPS observations on 5th frequency in X tracking mode.)</li><li>C:6I&7I<br>(Plots will be based on BeiDou observations on 6th frequency in I tracking mode and BeiDou observations on 7th frequency in I tracking mode.)<li></ul></p><p>Default is 'G:1&2 R:1&2 E:1&5 C:2&6 J:1&2 I:5&9 S:1&5'. Specifying an empty option string would be overruled by this default. <i>[key: reqcSkyPlotSignals]</i></p>"));
    13791379
    13801380  // WhatsThis, SP3 Comparison
  • trunk/BNC/src/pppRun.cpp

    r9418 r9424  
    225225    }
    226226    if (!v2filenames) {
    227       snxtroFileSkl = snxtroFileSkl + ID9 + "${V3}" + distStr + ".tra";
     227      snxtroFileSkl = snxtroFileSkl + ID9 + "${V3PROD}" + distStr + ".tra";
    228228    }
    229229    else {
Note: See TracChangeset for help on using the changeset viewer.