Changeset 10694 in ntrip for trunk/BNC/src/bnchelp.html


Ignore:
Timestamp:
Jul 15, 2025, 4:38:52 PM (6 weeks ago)
Author:
stuerze
Message:

some corrections are added for consistency before clock combination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r10693 r10694  
    46044604satellite Antenna Phase Centers (APC). It is so far only the satellite clock corrections, which are combined by BNC
    46054605while orbit corrections in the combination product are just taken over from one of the incoming
    4606 Broadcast Correction streams. Combining only clock corrections using a fixed orbit reference imposes the potential
    4607 to introduce some analysis inconsistencies. We will therefore consider improvements on this approach.
    4608 </p>
     4606Broadcast Correction streams. Combining only clock corrections using a fixed orbit reference (which means the individual orbit of
     4607an incoming AC = Master orbit) imposes the potential to introduce analysis inconsistencies. Hence, some a priori corrections dC
     4608are applied before clock combination, to compensate for the inconsistency between MasterAC and other orbits.
     4609This should include corrections for inconsistent frames, attitude mode and phase center offset:
     4610</p>
     4611<pre>
     4612 dC = dC_frame + dC_att + dC_pco [m]
     4613</pre>
     4614 But because at present, no PCO information is available via SSR, we consider only
     4615<pre>
     4616 dC_frame = Orb_AC * (Orb_AC - Orb_MasterAC) / Range_sat
     4617</pre>
     4618<pre>
     4619 dC_att = (yawAngle_AC - yawAngle_MasterAC) / (2*PI) * wavelength(IF)
     4620</pre>
     4621
    46094622<p>
    46104623The 'Combine Corrections' functionality may be of interrest because:
Note: See TracChangeset for help on using the changeset viewer.