Changeset 10815 in ntrip


Ignore:
Timestamp:
Mar 9, 2026, 10:10:07 PM (2 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10813 r10815  
    13091309    double dC_orb = dotproduct(corr->_diffRao, corr->_orbCorr._xr) / corr->_radiusMaster;
    13101310    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;
    13121312
    13131313    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.