Skip to content

v1.1.0

Choose a tag to compare

@YuanxinPan YuanxinPan released this 19 Sep 19:44
· 51 commits to main since this release

This release includes general bug fixes and performance improvements. Notably, a user manual has been added.

Bug fixes:

  1. Fix a bug of adding between-epoch ZWD constraints for FGO-based PPP

Performance improvements:

  1. Enhance the stability of configuration file parsing
  2. Improve cycle slip detection for PPP
  3. Results are now output even if the solution does not converge for FGO-based PPP
  4. Add pseudorange OMC-based outliers detection for spp/ppp
  5. Enable SNR-based weighting for all solution modes
  6. Force to compute initial station position using SPP if [estimation] site_pos is not set
  7. Add support for [estimation] pos_mode = fixed in FGO-based PPP
  8. Automatically disable GNSS systems unavailable in the RINEX-OBS file (rinex3 only)
  9. Stop reading the RINEX file when t > [session] end, rather than continuing
  10. Always output CLK instead of ISB in the .stat file
  11. Refine the scripts/plot_ppppos.py script

Updates to pppx.ini:

  1. [session] date can be automatically set from the first epoch of the RINEX file
  2. The [estimation] solver option has been changed from kalman to ekf
  3. Add [estimation] site_pos to optionally set the initial station position
  4. Add more explanations for the [product] section