Changeset 9625 in ntrip


Ignore:
Timestamp:
Feb 18, 2022, 9:36:31 AM (2 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r9618 r9625  
    270270      return failure;
    271271    }
    272    
     272
    273273    if ((!iOutlier) &&
    274274        (OPT->_obsModelType == OPT->DCMcodeBias ||
     
    791791    if (refPrnNew != refPrnOld) {
    792792      t_irc irc = resetAmb(refPrnOld, allObs);
    793       if (OPT->_obsModelType == OPT->DCMcodeBias) {
    794         if (irc == success) {addNoiseToIono(sys);}
    795       }
     793      //if (OPT->_obsModelType == OPT->DCMcodeBias) {if (irc == success) {addNoiseToIono(sys);}}
    796794    }
    797795  }
  • trunk/BNC/src/pppMain.cpp

    r9623 r9625  
    219219      opt->_refSatRequired = true;
    220220      opt->_noiseCodeBias  = 10.0;
    221       opt->_noiseIon = 1.0;
     221      opt->_noiseIon = 0.1;
    222222    }
    223223    else if (settings.value("PPP/modelObs").toString() == "DCM with Phase Biases") {
     
    225225      opt->_refSatRequired = true;
    226226      opt->_noisePhaseBias = 10.0;
    227       opt->_noiseIon = 1.0;
     227      opt->_noiseIon = 0.1;
    228228    }
    229229#endif
Note: See TracChangeset for help on using the changeset viewer.