Ignore:
Timestamp:
Jun 24, 2026, 4:39:53 PM (7 days ago)
Author:
stuerze
Message:

added GLONASS-M yaw-fixed attitude model for the APC/CoM offset applied when saving SP3 files, reducing along-track/cross-track errors near the orbit noon/midnight points

File:
1 edited

Legend:

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

    r10890 r10946  
    12051205      char sys = corr->_eph->prn().system();
    12061206      masterIsAPC = _masterIsAPC[sys];
    1207       if (_antex->satCoMcorrection(corr->_prn, Mjd, xc.Rows(1,3), dx) != success) {
     1207      if (_antex->satCoMcorrection(corr->_prn, Mjd, xc.Rows(1,3), vv, dx) != success) {
    12081208        dx = 0;
    12091209        _log += "antenna not found " + corr->_prn.mid(0,3).toLatin1() + '\n';
Note: See TracChangeset for help on using the changeset viewer.