Changeset 9662 in ntrip for trunk/BNC


Ignore:
Timestamp:
Mar 17, 2022, 10:54:57 PM (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

    r9659 r9662  
    346346
    347347  // De-Weight GLONASS
    348   // -----------------
     348  /* -----------------
    349349  if (_prn.system() == 'R' &&
    350350      (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
    351351    retVal *= 5.0;
    352   }
     352  }*/
    353353
    354354
  • trunk/BNC/src/pppMain.cpp

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