Skip to content

RTKLIB-EX 2.5.1

Latest

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 22 Jun 21:09

What's Changed

Direct Commits

  • Increase MAXPRNCMP from 46 to 50 to include newer MEO Beidou satellites
  • Clean up DCB/OSB code for PPP solutions:
  • Modify iono-free option to use iono-free combination of freq slots 1 and 2 for all constellations if freqs="L1+L2", else use L1/L2 for GLONASS and freq slots 1 and 3 for all other constellations
  • Make Beidou SSR clock and orbit correction message parsing functional
  • Some .BIA bias files leave SVN field blank, modify file parsing to handle this case.
  • Apply code biases for PPP solutions as absolute instead of differential for SSR and post-processing solutions
  • Initialize timestamps for SSR corrections in rtksvrinit
  • Move $SAT output code to stat file for PPP solutions from rtkpos.c to ppp.c to avoid using wrong macro define for state indices
  • Extend cycle slip detection for PPP solutions to include freqs beyond L1 and L2 using code from the RTK solutions (rtkpos.c) as a template
  • Add VTEC spherical harmonics ionospheric model
  • Fix pointer comparison bug in udiono_ppp() SSR code bias check
  • Updates to matching IODEs between ephemeris and SSR corrections (PR #859)
  • Updates to PPP SSR solution:
  • Remove unnecessary setting of SSR update flag in ephemeris update for GLONASS, missed in last commit.
  • Fix logic bug that prevents enabling GLONASS in RTK solution but disabling GLONASS AR

Pull requests

New Contributors

Full Changelog: v2.5.0...v2.5.1_pre