Changeset 9646 in ntrip


Ignore:
Timestamp:
Mar 8, 2022, 9:24:03 AM (2 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r9645 r9646  
    348348  // -----------------
    349349  if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
    350     retVal *= 10.0;
     350    retVal *= 5.0;
    351351  }
    352352
  • trunk/BNC/src/pppMain.cpp

    r9637 r9646  
    218218      opt->_obsModelType = t_pppOptions::DCMcodeBias;
    219219      opt->_refSatRequired = true;
    220       opt->_noiseCodeBias  = 0.1;
     220      opt->_noiseCodeBias  = 10.0;
    221221      opt->_noiseIon = 0.1;
    222222    }
     
    224224      opt->_obsModelType = t_pppOptions::DCMphaseBias;
    225225      opt->_refSatRequired = true;
    226       opt->_noisePhaseBias = 0.1;
     226      opt->_noisePhaseBias = 10.0;
    227227      opt->_noiseIon = 0.1;
    228228    }
Note: See TracChangeset for help on using the changeset viewer.