- Timestamp:
- Jan 7, 2022, 10:37:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9590 r9593 313 313 314 314 // De-Weight GLONASS 315 / /-----------------315 /* ----------------- 316 316 if (_prn.system() == 'R') { 317 317 retVal *= 2.0; 318 } 318 }*/ 319 319 320 320 … … 440 440 QString prn(_prn.toString().c_str()); 441 441 _model._antPCO[ii] = PPP_CLIENT->antex()->rcvCorr(station->antName(), frqType, _model._eleSat, _model._azSat, found); 442 _model._antPCO[ii] += PPP_CLIENT->antex()->satCorr(prn, frqType, 442 _model._antPCO[ii] += PPP_CLIENT->antex()->satCorr(prn, frqType, _model._elTx, _model._azTx, found); 443 443 if (OPT->_isAPC && found) { 444 444 // the PCOs as given in the satellite antenna correction for all frequencies
Note:
See TracChangeset
for help on using the changeset viewer.