Ignore:
Timestamp:
Jul 3, 2026, 11:10:42 AM (6 weeks ago)
Author:
stuerze
Message:

Possibility to select how satellite attitude is modelled when converting Antenna Phase Center (APC) corrections to
Center-of-Mass (CoM) positions required for SP3 output

File:
1 edited

Legend:

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

    r10914 r10955  
    9595      numObs['S']  = 0;
    9696      numObs['I']  = 0;
    97       isAPC = false;
     97      isAPC          = false;
     98      attitudeSource = "Computed";
    9899    }
    99100    ~cmbAC() {
     
    105106    QStringList          excludeSats;
    106107    bool                 isAPC;
     108    QString              attitudeSource; // "Computed", "SSR", or "Nominal"
    107109    QMap<char, unsigned> numObs;
    108110  };
     
    117119      _lambdaIF                    = 0.0;
    118120      _satYawAngle                 = 0.0;
     121      _satYawAngleValid            = false;
    119122      _weightFactor                = 1.0;
    120123      _satPos.ReSize(3); _satPos   = 0.0;
     
    135138    double         _lambdaIF;
    136139    double         _satYawAngle;
     140    bool           _satYawAngleValid;
    137141    double         _dClkResult;
    138142    ColumnVector   _satPos;
Note: See TracChangeset for help on using the changeset viewer.