Changeset 9439 in ntrip


Ignore:
Timestamp:
May 25, 2021, 12:27:09 PM (3 years ago)
Author:
stuerze
Message:

update regarding PPP

Location:
trunk/BNC/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppParlist.cpp

    r9419 r9439  
    113113     break;
    114114    case ion:
    115       _epoSpec = true;
     115      _epoSpec = false;
    116116      _sigma0  = OPT->_aprSigIon;
     117      _noise   = OPT->_noiseIon;
    117118     break;
    118119   case cBiasG1:   case cBiasR1:   case cBiasE1:   case cBiasC1:
  • trunk/BNC/src/pppMain.cpp

    r9420 r9439  
    345345    opt->_aprSigPhaseBias = 1000.0;
    346346
     347    opt->_noiseIon        =  5.00;
     348
    347349    _options << opt;
    348350  }
  • trunk/BNC/src/pppOptions.h

    r9386 r9439  
    6666  double                  _aprSigTrp;
    6767  double                  _noiseTrp;
     68  double                  _noiseIon;
    6869  double                  _aprSigIon;
    6970  double                  _aprSigCodeBias;
Note: See TracChangeset for help on using the changeset viewer.