Changeset 9424 in ntrip for trunk/BNC/src
- Timestamp:
- May 8, 2021, 11:39:51 PM (4 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
r9306 r9424 137 137 138 138 QString fileNameHlp = _fileNameSkl 139 + QString("_%1").arg(datTim.date().year()) 139 140 + QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0')) 140 141 + hlpStr + datTim.toString(".yyC"); -
trunk/BNC/src/bncabout.html
r8238 r9424 1 1 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> 2 2 Developed 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> 4 4 <br> 5 5 BKG Software by:<br> … … 9 9 Department of Geodesy<br> 10 10 Prague, Czech Republic<br> 11 <u>http://www.fsv.cvut.cz</u><br> 11 <u>https://www.fsv.cvut.cz</u><br> 12 12 <br> 13 13 Federal Agency for Cartography and Geodesy (BKG)<br> … … 15 15 Section Navigation<br> 16 16 Frankfurt, Germany<br> 17 <u>http://www.bkg.bund.de</u><br> 17 <u>https://www.bkg.bund.de</u><br> 18 18 <br> 19 19 This software is provided 'as is'.<br> 20 20 Make 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> 22 22 <br> 23 23 Disclaimer:<br> -
trunk/BNC/src/bnchelp.html
r9418 r9424 2046 2046 and tracking mode or channel must be separated by ampersand character '&'. Specifications for each navigation systems must be separated by blank character ' '. 2047 2047 2048 <p>Examples for 'Plots for signals' option:<ul><li> G:1&2&5 R:1&2&3 J:1&2E: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> 2049 2049 (Plots will be based on GPS observations on 1st, 2nd and 5th frequency, GLONASS observations on 1st, 2nd and 3rd frequency, 2050 2050 QZSS observations on 1st and 2nd frequency, Galileo observations on 1st and 7th frequency, BeiDou observations on -
trunk/BNC/src/bncsettings.cpp
r9404 r9424 105 105 setValue_p("reqcOutNavFile", ""); 106 106 setValue_p("reqcOutLogFile", ""); 107 setValue_p("reqcSkyPlotSignals", " C:2&7 E:1&5 G:1&2&5 J:1&2R:1&2&3S: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"); 108 108 setValue_p("reqcPlotDir", ""); 109 109 setValue_p("reqcRnxVersion", ""); -
trunk/BNC/src/bncsinextro.cpp
r8403 r9424 188 188 << " -----" 189 189 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C2).toStdString() 190 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C 7).toStdString()190 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C6).toStdString() 191 191 << endl; 192 192 _out << "-SITE/BEIDOU_PHASE_CENTER" << endl << endl; -
trunk/BNC/src/bncwindow.cpp
r9418 r9424 1376 1376 _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>")); 1377 1377 _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>")); 1379 1379 1380 1380 // WhatsThis, SP3 Comparison -
trunk/BNC/src/pppRun.cpp
r9418 r9424 225 225 } 226 226 if (!v2filenames) { 227 snxtroFileSkl = snxtroFileSkl + ID9 + "${V3}" + distStr + ".tra"; 227 snxtroFileSkl = snxtroFileSkl + ID9 + "${V3PROD}" + distStr + ".tra"; 228 228 } 229 229 else {
Note:
See TracChangeset
for help on using the changeset viewer.