Changeset 9606 in ntrip


Ignore:
Timestamp:
Jan 17, 2022, 3:36:45 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

    r9605 r9606  
    381381
    382382  retVal = sqrt(retVal);
    383 
    384   if ((_prn.system() == 'R' || _prn.system() == 'C')   &&  t_lc::includesCode(tLC)) {
    385     if (OPT->_obsModelType == OPT->DCMphaseBias) {
    386       retVal *= 5.0;
    387     } else {
    388       retVal *= 2.0;
    389     }
    390   }
    391383
    392384  return retVal;
  • trunk/BNC/src/pppMain.cpp

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