Changeset 7477 in ntrip
- Timestamp:
- Sep 29, 2015, 11:52:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r7476 r7477 121 121 "RINEX Editing and QC Panel keys:\n" 122 122 " reqcAction <Action, Edit/Concatenate|Analyze>\n" 123 " reqcObsFile <Input observations file(s) ascomma separated list> \n"124 " reqcNavFile <Input navigation file(s) ascomma separated list>\n"123 " reqcObsFile <Input observations file(s), comma separated list> \n" 124 " reqcNavFile <Input navigation file(s), comma separated list>\n" 125 125 " reqcOutObsFile <Output observations file>\n" 126 126 " reqcOutNavFile <Output navigation file>\n" 127 127 " reqcOutLogFile <Output logfile>\n" 128 128 " reqcLogSummaryOnly <Only summary output logfile, 0=no, 2=yes>\n" 129 " reqcSkyPlotSignals < Plots for signals list>\n"129 " reqcSkyPlotSignals <Observation signals, separated by blank character>\n" 130 130 " reqcPlotDir <QC plots directory>\n" 131 131 " reqcRnxVersion <RINEX version, 2|3>\n" 132 132 " reqcSampling <RINEX sampling [sec]>\n" 133 " reqcV2Priority <Version 2 signal priorit y list>\n"133 " reqcV2Priority <Version 2 signal priorities, separated by blank character>\n" 134 134 " reqcStartDateTime <Start time>\n" 135 135 " reqcEndDateTime <Stop time>\n" … … 155 155 "\n" 156 156 "SP3 Comparison Panel keys:\n" 157 " sp3CompFile <SP3 input files, full path >\n"158 " sp3CompExclude <Satellite exclusion list >\n"157 " sp3CompFile <SP3 input files, full path, comma separated list>\n" 158 " sp3CompExclude <Satellite exclusion list, comma separated>\n" 159 159 " sp3CompOutLogFile <Output logfile>\n" 160 160 "\n" … … 206 206 " PPP/antexFile <ANTEX file>\n" 207 207 " PPP/nmeaFile <NMEA output file>\n" 208 " PPP/snxtroFile <SINEX troposphere output file name>\n"208 " PPP/snxtroFile <SINEX troposphere output file>\n" 209 209 " PPP/snxtroSampl <SINEX troposphere sampling rate [sec]>\n" 210 210 "\n" 211 211 "PPP Client Panel 2 keys:\n" 212 " PPP/staTable <Stations table assemicolon separated list>\n"212 " PPP/staTable <Stations table, semicolon separated list>\n" 213 213 "\n" 214 214 "PPP Client Panel 3 keys:\n" … … 238 238 "\n" 239 239 "Combine Corrections Panel keys:\n" 240 " cmbStreams <Correction streams assemicolon separated list>\n"240 " cmbStreams <Correction streams, semicolon separated list>\n" 241 241 " cmbMethodFilter <Approach, Single-Epoch|Filter\n" 242 242 " cmbMaxres <Clock outlier threshold [m]\n" … … 276 276 "\n" 277 277 "Add Stream keys:\n" 278 " mountPoints <Mountpoints as semicolon separated list>\n"278 " mountPoints <Mountpoints, semicolon separated list>\n" 279 279 " ntripVersion <Ntrip Version, 1|2|2s|R|U>\n" 280 280 " casterUrlList <Visited URLs>\n" 281 281 "\n" 282 "Examples:\n" 282 "Note:\n" 283 "Configuration options which contain one or more blank characters" 284 " must be enclosed by quotation marks when specified on the command line.\n" 285 "\n" 286 "Examples command lines:\n" 283 287 "(1) /home/weber/bin/bnc\n" 284 288 "(2) /Applications/bnc.app/Contents/MacOS/bnc\n" … … 287 291 "(5) bnc --conf /dev/null --key startTab 4 --key reqcAction Edit/Concatenate" 288 292 " --key reqcObsFile AGAR.15O --key reqcOutObsFile AGAR_X.15O" 289 " --key reqcRnxVersion 2 --key reqcSampling 30 --key reqcV2Priority CWPX_?\n"; 293 " --key reqcRnxVersion 2 --key reqcSampling 30 --key reqcV2Priority CWPX_?\n" 294 "(6) bnc --key mountPoints \"//user:pass@mgex.igs-ip.net:2101/CUT07 RTCM_3.0 ETH 9.03 38.74 no 2;" 295 "//user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2\"\n" 296 "(7) bnc --key cmbStreams \"CLK11 BLG 1.0;CLK93 CNES 1.0\"\n" 297 "(8) bnc --key PPP/staTable \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;" 298 "CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"\n"; 290 299 291 300 for (int ii = 1; ii < argc; ii++) {
Note:
See TracChangeset
for help on using the changeset viewer.