Changeset 10815 in ntrip
- Timestamp:
- Mar 9, 2026, 10:10:07 PM (2 days ago)
- File:
-
- 1 edited
-
trunk/BNC/src/combination/bnccomb.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10813 r10815 1309 1309 double dC_orb = dotproduct(corr->_diffRao, corr->_orbCorr._xr) / corr->_radiusMaster; 1310 1310 double dC_att = corr->_diffYaw / (2 * M_PI); dC_att *= corr->_lambdaIF; 1311 double dC_apriori_corr = dC_orb + dC_att; 1311 double dC_apriori_corr = dC_orb;// + dC_att; 1312 1312 1313 1313 ll(iObs) = ((corr->_clkCorr._dClk * t_CST::c) - dC_apriori_corr - corr->_satCodeBiasIF) - DotProduct(AA.Row(iObs), x0);
Note:
See TracChangeset
for help on using the changeset viewer.
