- Timestamp:
- Dec 4, 2019, 10:38:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r8867 r8869 224 224 " PPP/lcGalileo {Select observations from Galileo code or phase data [character string: no|Pi|Li|Pi&Li]}\n" 225 225 " PPP/lcBDS {Select observations from BDS code or phase data [character string: no|Pi|Li|Pi&Li]}\n" 226 " PPP/modelObs {select observation model [character string: Ionosphere-free PPP|Uncombined PPP|DCM with Code Biases|DCM with Phase Biases]}\n" 227 " PPP/psedoObs {select if pesudo obaservations shall be added [character string: no|Ionosphere]}\n" 226 " PPP/modelObs {select observation model [character string: Ionosphere-free PPP|Undifferenced PPP-RTK|DCM with Code Biases|DCM with Phase Biases]}\n" 228 227 " PPP/sigmaC1 {Sigma for code observations in meters [floating-point number]}\n" 229 228 " PPP/sigmaL1 {Sigma for phase observations in meters [floating-point number]}\n" … … 244 243 " PPP/mapWinDotSize {Size of dots on map [integer number: 0-10]}\n" 245 244 " PPP/mapWinDotColor {Color of dots and cross hair on map [character string: red|yellow]}\n" 246 " PPP/mapSpeedSlider {Off line processing speed for mapping [integer number: 1-100]}\n"245 " PPP/mapSpeedSlider {Off-line processing speed for mapping [integer number: 1-100]}\n" 247 246 "\n" 248 247 "Combine Corrections Panel keys:\n" … … 319 318 "CUT000AUS0,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"\n"; 320 319 320 321 const char *display = getenv("DISPLAY"); 322 if (!display) { 323 qputenv("QT_QPA_PLATFORM", "offscreen"); 324 } 325 321 326 for (int ii = 1; ii < argc; ii++) { 322 327 if (QRegExp("--?help").exactMatch(argv[ii])) { … … 325 330 } 326 331 if (QRegExp("--?nw").exactMatch(argv[ii])) { 327 //strcpy(argv[ii], "--nw -platform offscreen");328 332 interactive = false; 329 333 }
Note:
See TracChangeset
for help on using the changeset viewer.