Changeset 6032 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Aug 21, 2014, 11:44:09 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6031 r6032  
    499499  for (it = phaseCoeff.begin(); it != phaseCoeff.end(); it++) {
    500500    t_frequency::type tFreq = it->first;
    501     dispPart += it->second * (_model._antPCO[tFreq] + _model._phaseBias[tFreq]);
    502   }
    503 
    504 //  double L1 = nonDisp + _model._antPco1 - _model._biasL1 + _model._windUp * t_CST::c / _f1;
    505 //  double L2 = nonDisp + _model._antPco2 - _model._biasL2 + _model._windUp * t_CST::c / _f2;
    506 //  double C1 = nonDisp + _model._antPco1 - _model._biasC1;
    507 //  double C2 = nonDisp + _model._antPco2 - _model._biasC2;
     501    dispPart += it->second * (_model._antPCO[tFreq] + _model._phaseBias[tFreq] +
     502                              _model._windUp * t_CST::lambda(tFreq, _channel));
     503  }
    508504
    509505    return nonDisp + dispPart;
Note: See TracChangeset for help on using the changeset viewer.