- Timestamp:
- Oct 6, 2025, 11:17:51 AM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10754 r10762 1311 1311 dC_att *= corr->_lambdaIF; 1312 1312 1313 ll(iObs) = (corr->_clkCorr._dClk * t_CST::c - corr->_satCodeBiasIF +dC_orb+dC_att) - DotProduct(AA.Row(iObs), x0);1313 ll(iObs) = (corr->_clkCorr._dClk * t_CST::c - corr->_satCodeBiasIF - dC_orb - dC_att) - DotProduct(AA.Row(iObs), x0); 1314 1314 1315 1315 PP(iObs, iObs) *= 1.0 / (corr->_weightFactor * corr->_weightFactor);
Note:
See TracChangeset
for help on using the changeset viewer.