Changeset 10638 in ntrip


Ignore:
Timestamp:
Mar 19, 2025, 2:25:24 PM (13 hours ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/Example_Configs/12_PPPOsm.bnc

    r10261 r10638  
    1111cmbGlo=2
    1212cmbGps=2
    13 cmbIrnss=0
     13cmbLogpath=
     14cmbMaxdisplacement=
    1415cmbMaxres=
    1516cmbMethod=Kalman Filter
     17cmbNavic=0
    1618cmbQzss=0
    1719cmbSampl=10
     
    9496serialManualNMEASampling=10
    9597serialMountPoint=
     98serialNMEASampling=0
    9699serialParity=NONE
    97100serialPortName=
     
    142145dataSource=RINEX Files
    143146eleWgtCode=2
    144 eleWgtPhase=2
     147eleWgtPhase=0
    145148ionoFile=
    146149ionoMount=
     
    157160maxResL1=0.03
    158161minEle=5
    159 minObs=4
     162minObs=5
    160163modelObs=Uncombined PPP
    161164nmeaPath=
     
    165168rinexObs=Input/VM011690.13O
    166169seedingTime=0
    167 sigmaC1=2.0
     170sigmaC1=1.0
    168171sigmaGIM=2.0
    169 sigmaL1=0.02
     172sigmaL1=0.01
    170173snxtroAc=
    171174snxtroCampId=
  • trunk/BNC/Example_Configs/13_PPPGalHAS.bnc

    r10556 r10638  
    1111cmbGlo=2
    1212cmbGps=2
    13 cmbIrnss=0
     13cmbLogpath=
     14cmbMaxdisplacement=
    1415cmbMaxres=
    1516cmbMethod=Kalman Filter
     17cmbNavic=0
    1618cmbQzss=0
    1719cmbSampl=10
     
    9496serialManualNMEASampling=10
    9597serialMountPoint=
     98serialNMEASampling=0
    9699serialParity=NONE
    97100serialPortName=
     
    104107sslClientCertPath=
    105108sslIgnoreErrors=0
    106 startTab=12
     109startTab=13
    107110statusTab=0
    108111trafo_dx=
     
    142145dataSource=Real-Time Streams
    143146eleWgtCode=2
    144 eleWgtPhase=2
     147eleWgtPhase=0
    145148ionoFile=
    146149ionoMount=
     
    153156mapWinDotColor=red
    154157mapWinDotSize=6
    155 maxResC1=2.0
     158maxResC1=3.0
    156159maxResGIM=5.0
    157 maxResL1=0.02
     160maxResL1=0.03
    158161minEle=7
    159 minObs=4
     162minObs=5
    160163modelObs=Uncombined PPP
    161164nmeaPath=
  • trunk/BNC/Example_Configs/18_CombiPPP.bnc

    r10556 r10638  
    1111cmbGlo=2
    1212cmbGps=2
    13 cmbIrnss=0
     13cmbLogpath=
     14cmbMaxdisplacement=
    1415cmbMaxres=0.2
    1516cmbMethod=Kalman Filter
     17cmbNavic=0
    1618cmbQzss=0
    1719cmbSampl=10
    1820cmbSbas=0
    19 cmbStreams="SSRA00BKG1 BKG 1.0 ", "SSRA00CNE1 CNE 1.0 "
     21cmbStreams="SSRA00BKG1 BKG 1.0  ", "SSRA00CNE1 CNE 1.0  "
    2022corrIntr=1 day
    2123corrPath=
     
    9496serialManualNMEASampling=10
    9597serialMountPoint=
     98serialNMEASampling=0
    9699serialParity=NONE
    97100serialPortName=
     
    142145dataSource=Real-Time Streams
    143146eleWgtCode=2
    144 eleWgtPhase=2
     147eleWgtPhase=0
    145148ionoFile=
    146149ionoMount=
     
    153156mapWinDotColor=red
    154157mapWinDotSize=
    155 maxResC1=2.0
     158maxResC1=3.0
    156159maxResGIM=5.0
    157 maxResL1=0.02
     160maxResL1=0.03
    158161minEle=7
    159 minObs=4
     162minObs=5
    160163modelObs=Ionosphere-free PPP
    161164nmeaPath=
  • trunk/BNC/Example_Configs/21_Empty.bnc

    r10556 r10638  
    55adviseScript=
    66autoStart=0
    7 casterUrlList=http://user:pass@euref-ip.net:2101, http://user:pass@igs-ip.net:2101, http://user:pass@products.igs-ip.net:2101
     7casterUrlList=http://user:pass@euref-ip.net:2101, http://user:pass@igs-ip.net:2101, http://user:pass@products.igs-ip.net:2101, http://user:pass@mgex.igs-ip.net:2101
    88cmbBds=2
    99cmbBsxFile=
     
    1111cmbGlo=2
    1212cmbGps=2
    13 cmbIrnss=0
     13cmbLogpath=
     14cmbMaxdisplacement=
    1415cmbMaxres=
    1516cmbMethod=Kalman Filter
     17cmbNavic=0
    1618cmbQzss=0
    1719cmbSampl=10
     
    9294serialFlowControl=OFF
    9395serialHeightNMEA=
    94 serialManualNMEASampling=10
    9596serialMountPoint=
     97serialNMEASampling=10
    9698serialParity=NONE
    9799serialPortName=
     
    158160minEle=0
    159161minObs=4
    160 modelObs=Uncombined PPP
    161162nmeaPath=
    162163plotCoordinates=
    163 pseudoObs=no
    164164rinexNav=
    165165rinexObs=
    166166seedingTime=0
    167 sigmaC1=2.0
    168 sigmaGIM=2.0
    169 sigmaL1=0.02
     167sigmaC1=1.0
     168sigmaGIM=1.0
     169sigmaL1=0.01
    170170snxtroAc=
    171171snxtroCampId=
  • trunk/BNC/src/bncwindow.cpp

    r10619 r10638  
    15911591  _pppWidgets._sigmaL1->setWhatsThis(tr("<p>Enter a Sigma for GPS L1 phase observations in meters.</p><p>The higher the sigma you enter, the less the contribution of GPS L1 phase observations to a PPP solutions from combined code and phase data. 0.01 is likely to be an appropriate choice.</p><p>Default is an empty option field, meaning<br>'Sigma L1 = 0.01' <i>[key: PPP/sigmaL1]</i></p>"));
    15921592#ifdef USE_PPP
    1593   _pppWidgets._sigmaGIM->setWhatsThis(tr("<p>Enter a Sigma for GIM pseudo observations in meters.</p><p>The higher the sigma you enter, the less the contribution of GIM pseudo observations to a PPP solution. 5.0 is likely to be an appropriate choice.</p><p>Default is an empty option field, meaning<br>'Sigma GIM = 5.0' <i>[key: PPP/sigmaGIM]</i></p>"));
     1593  _pppWidgets._sigmaGIM->setWhatsThis(tr("<p>Enter a Sigma for GIM pseudo observations in meters.</p><p>The higher the sigma you enter, the less the contribution of GIM pseudo observations to a PPP solution. 5.0 is likely to be an appropriate choice.</p><p>Default is an empty option field, meaning<br>'Sigma GIM = 1.0' <i>[key: PPP/sigmaGIM]</i></p>"));
    15941594#endif
    1595   _pppWidgets._maxResC1->setWhatsThis(tr("<p>Specify a maximum for residuals from GPS C1 code observations in a PPP solution. '2.0' meters may be an appropriate choice for that.</p><p>If the maximum is exceeded, contributions from the corresponding observation will be ignored in the PPP solution.</p><p>Default is an empty option field, meaning<br>'Max Res C1 = 2.0' <i>[key: PPP/maxResC1]</i></p>"));
    1596   _pppWidgets._maxResL1->setWhatsThis(tr("<p>Specify a maximum for residuals from GPS L1 phase observations in a PPP solution. '0.02' meters may be an appropriate choice for that.</p><p>If the maximum is exceeded, contributions from the corresponding observation will be ignored in the PPP solution.</p><p>Default is an empty option field, meaning<br>'Max Res L1 = 0.02' <i>[key: PPP/maxResL1]</i></p>"));
     1595  _pppWidgets._maxResC1->setWhatsThis(tr("<p>Specify a maximum for residuals from GPS C1 code observations in a PPP solution. '2.0' meters may be an appropriate choice for that.</p><p>If the maximum is exceeded, contributions from the corresponding observation will be ignored in the PPP solution.</p><p>Default is an empty option field, meaning<br>'Max Res C1 = 3.0' <i>[key: PPP/maxResC1]</i></p>"));
     1596  _pppWidgets._maxResL1->setWhatsThis(tr("<p>Specify a maximum for residuals from GPS L1 phase observations in a PPP solution. '0.02' meters may be an appropriate choice for that.</p><p>If the maximum is exceeded, contributions from the corresponding observation will be ignored in the PPP solution.</p><p>Default is an empty option field, meaning<br>'Max Res L1 = 0.03' <i>[key: PPP/maxResL1]</i></p>"));
    15971597#ifdef USE_PPP
    1598   _pppWidgets._maxResGIM->setWhatsThis(tr("<p>Specify a maximum for residuals from GIM pseudo observations in a PPP solution. '5.0' meters may be an appropriate choice for that.</p><p>If the maximum is exceeded, contributions from the corresponding observation will be ignored in the PPP solution.</p><p>Default is an empty option field, meaning<br>'Max Res GIM = 5.0' <i>[key: PPP/maxResGIM]</i></p>"));
     1598  _pppWidgets._maxResGIM->setWhatsThis(tr("<p>Specify a maximum for residuals from GIM pseudo observations in a PPP solution. '5.0' meters may be an appropriate choice for that.</p><p>If the maximum is exceeded, contributions from the corresponding observation will be ignored in the PPP solution.</p><p>Default is an empty option field, meaning<br>'Max Res GIM = 3.0' <i>[key: PPP/maxResGIM]</i></p>"));
    15991599#endif
    16001600  _pppWidgets._eleWgtCode->setWhatsThis(tr("<p>Tic 'Ele Wgt Code' to use satellite Elevation depending Weights for Code observations in the PPP solution. <i>[key: PPP/eleWgtCode]</i></p>"));
  • trunk/BNC/src/pppMain.cpp

    r10548 r10638  
    187187    opt->_sigmaC1      = settings.value("PPP/sigmaC1").toDouble(); if (opt->_sigmaC1 <= 0.0)  opt->_sigmaC1  = 1.00;
    188188    opt->_sigmaL1      = settings.value("PPP/sigmaL1").toDouble(); if (opt->_sigmaL1 <= 0.0)  opt->_sigmaL1  = 0.01;
    189     opt->_sigmaGIM     = settings.value("PPP/sigmaGIM").toDouble();if (opt->_sigmaGIM <= 0.0) opt->_sigmaGIM = 5.00;
     189    opt->_sigmaGIM     = settings.value("PPP/sigmaGIM").toDouble();if (opt->_sigmaGIM <= 0.0) opt->_sigmaGIM = 1.00;
    190190    opt->_corrWaitTime = settings.value("PPP/corrWaitTime").toDouble();
    191191    if (!_realTime || opt->_corrMount.empty()) {
     
    465465    opt->_minObs      = settings.value("PPP/minObs").toInt(); if (opt->_minObs < 4) opt->_minObs = 4;
    466466    opt->_minEle      = settings.value("PPP/minEle").toDouble() * M_PI / 180.0;
    467     opt->_maxResC1    = settings.value("PPP/maxResC1").toDouble();  if (opt->_maxResC1 <= 0.0)  opt->_maxResC1  = 2.0;
    468     opt->_maxResL1    = settings.value("PPP/maxResL1").toDouble();  if (opt->_maxResL1 <= 0.0)  opt->_maxResL1  = 0.02;
    469     opt->_maxResGIM   = settings.value("PPP/maxResGIM").toDouble(); if (opt->_maxResGIM <= 0.0) opt->_maxResGIM = 5.0;
     467    opt->_maxResC1    = settings.value("PPP/maxResC1").toDouble();  if (opt->_maxResC1 <= 0.0)  opt->_maxResC1  = 3.0;
     468    opt->_maxResL1    = settings.value("PPP/maxResL1").toDouble();  if (opt->_maxResL1 <= 0.0)  opt->_maxResL1  = 0.03;
     469    opt->_maxResGIM   = settings.value("PPP/maxResGIM").toDouble(); if (opt->_maxResGIM <= 0.0) opt->_maxResGIM = 3.0;
    470470    opt->_eleWgtCode  = (settings.value("PPP/eleWgtCode").toInt() != 0);
    471471    opt->_eleWgtPhase = (settings.value("PPP/eleWgtPhase").toInt() != 0);
  • trunk/BNC/src/pppWidgets.cpp

    r10327 r10638  
    374374  }
    375375  else {
    376     _maxResC1->setText("2.0");
     376    _maxResC1->setText("3.0");
    377377  }
    378378
     
    381381  }
    382382  else {
    383     _maxResL1->setText("0.02");
     383    _maxResL1->setText("0.03");
    384384  }
    385385
     
    388388  }
    389389  else {
    390     _maxResGIM->setText("2.0");
     390    _maxResGIM->setText("3.0");
    391391  }
    392392
Note: See TracChangeset for help on using the changeset viewer.