GnssRinexNavigation2OrbitClock
Evaluates orbit and clock parameters from RINEX (version 2, 3, and 4) navigation file inputfileRinex at epochs given by timeSeries and writes them to outputfileOrbit and outputfileClock, respectively.
Orbits are rotated from TRF (as broadcasted) to CRF via earthRotation, but system-specific TRFs (WGS84, PZ-90, etc.) are not aligned to a common TRF.
Furthermore, option is available to remove any satellite ephemeris data that has their satellite flag set to unhealthy.
See also OrbitAddVelocityAndAcceleration.
Name | Type | Annotation |
---|---|---|
outputfileOrbit | filename | PRN is appended to file name |
outputfileClock | filename | PRN is appended to file name |
inputfileRinex | filename | RINEX navigation file |
timeSeries | timeSeries | orbit and clock evaluation epochs |
earthRotation | earthRotation | for rotation from TRF to CRF |
useType | gnssType | (e.g. ***G12) only use satellites with PRN that match any of these patterns |
ignoreType | gnssType | (e.g. ***R**) ignore satellites PRN that match any of these patterns |
removeUnhealthySatellites | boolean | Remove satellite ephemeris that have their sat flags set to unhealthy |