Changeset 10694 in ntrip for trunk/BNC/src/bnchelp.html
- Timestamp:
- Jul 15, 2025, 4:38:52 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r10693 r10694 4604 4604 satellite Antenna Phase Centers (APC). It is so far only the satellite clock corrections, which are combined by BNC 4605 4605 while 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> 4606 Broadcast Correction streams. Combining only clock corrections using a fixed orbit reference (which means the individual orbit of 4607 an incoming AC = Master orbit) imposes the potential to introduce analysis inconsistencies. Hence, some a priori corrections dC 4608 are applied before clock combination, to compensate for the inconsistency between MasterAC and other orbits. 4609 This 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 4609 4622 <p> 4610 4623 The 'Combine Corrections' functionality may be of interrest because:
Note:
See TracChangeset
for help on using the changeset viewer.