Releases: pppx-dev/pppx
Release list
v1.3.0
This release brings performance gains and several features to pppx. Besides, the PPPx Web Viewer is now live — an interactive tool for visualizing .pos and .stat files right in your browser. It also supports online RINEX-OBS processing (PPP mode only), so you can try pppx without installing anything.
Bug fixes
- The solution status is written as
1/2(fixed/float) in the.statfile for EKF-based PPP-AR.
Performance improvements
- Runtime for EKF-based PPP has been roughly halved. Other processing modes also see notable speedups.
- Removed limit on the number of epochs for FGO.
- Added inter-epoch position constraints for FGO-based kinematic RTK and PPP.
- Added support for base observations at a lower sampling rate for RTK (maxage: 3 s, not configurable).
- Added support for CODE rapid products in
scripts/pppx.sh. - Refined ambiguity resolution for EKF-based RTK and PPP.
- Improved the
scripts/plot_ppppos.pyscript .
Others
- Residuals are no longer written to the
.logfile (log level moved frominfotodebug) - Processing progress is no longer printed to stdout
- ZTD ($TROP) is now written to the
.statfile
v1.2.4-repack
There are no new features or bug fixes in this release.
I have changed how pppx is distributed. To keep the repository size small and follow best practices, compiled executables are no longer stored in the bin/ folder of the source tree. In the meantime, the capability for different Linux distributions is maximized with AppImage.
⬇️ How to get the software now:
Automated installation scripts for provided for Linux/macOS and Windows, respectively. If you prefer manual installation, please download the compressed archive for your operating system from the Assets section below, extract it, and move the executable to either your system's or user bin folder.
(See the repository README for detailed installation instructions)
🛠️ Troubleshooting
If you encounter any issues related to installation, please create an issue.
v1.2.4
This release resolves a configuration issue that caused empty output in specific scenarios.
Bug fixes:
- End time would be 0 if
[session] dateis set andendis not set.
v1.2.3
This release mainly fixes the bug of phase windup correction and evidently improves the precision of PPP.
Bug fixes:
- Phase windup correction
[session] start & endsettings in the configuration file
Performance improvements:
- Output receiver clocks with 4 decimal places in the
posfile
v1.2.2
This release fixes several bugs and further enhances the command-line argument parsing for pppx. Now, the configuration file has to be specified by -c/--cfg, and table files and products files can be configured via command line arguments. Note that configurations made via command line will overried those in the .ini file.
Bug fixes:
- Parse the RINEX event flag first when parsing lines containing the time info
- Exclude GLONASS from AR for RTK+FGO if
glonass_ar == no
Performance improvements:
- The option
fgo_varis added to control the output of variance infomation in the pos file when FGO is used - Output amb estimates for FGO in the log file
- Output position estimates with 4 decimal places in the pos file
- Use satellite observations for RTK if only single-frequency data are available
v1.2.1
This release mainly introduces enhancement to the command-line arguments of pppx. Users can run pppx -v and pppx -h to get the software version and help information, respectively. Additionally, pppx -x <sol_mode> outputs defeault settings to stdout for the specified solution mode (e.g., spp/ppp/rtk/tdp), allowing users to redirect the output to generate a configuration file. It could be useful if a configuration file is not prepared.
Bug fixes:
- Disable the error when spp fails but approximate station position is available in the RINEX file
- Fix typos in the manual
Performance improvements:
- Enhance command-line arguments:
-v/--version,-h/--help,-x <sol_mode> - Support FGO-based RTK with ambiguity resolution
- Output fixed information for PPP-AR in the
.statfile whensolver_type = ekf
v1.2.0
This release introduces a new feature: PPP-AR with Observable-specific Signal Bias (OSB) products. Currently, this feature has been tested with COD and WHU phase bias products, though occasional wrong fixing may still occur, especially with the EKF solver.
Additionally, this release includes minor bug fixes and performance improvements, along with updates to the user manual.
Bug fixes:
- Resolve an issue in reading RINEX-2 obs files containing multi-GNSS data (e.g., Galileo and BeiDou). Only GPS and GLONASS observations will now be processed for RINEX-2.
Performance improvements:
- Implement PPP-AR. The LAMBDA and rounding methods are used to resolve integer ambiguities for EKF and FGO solvers, respectively. The Antenna Phase Center (APC) correction is also considered for Wide-Lane fixing.
- Correct station antenna NEU offset and PCO for spp/tdp/rtk as well
- Enable antenna PCV correction for rtk
- Add pseudorange OMC-based outlier detection for rtk
- Output messages for unhealthy broadcast ephemeris as info instead of warning
Updates to pppx.ini:
- Add a new option
[estimation] ppp_arto enable PPP-AR - Rename
[estimation] enable_artortk_arfor RTK - Change the default value of
[estimation] sol_modefrom spp to ppp - Enable default values for
[product] srcand[output] level - Make
[table] oceanloadoptional
v1.1.0
This release includes general bug fixes and performance improvements. Notably, a user manual has been added.
Bug fixes:
- Fix a bug of adding between-epoch ZWD constraints for FGO-based PPP
Performance improvements:
- Enhance the stability of configuration file parsing
- Improve cycle slip detection for PPP
- Results are now output even if the solution does not converge for FGO-based PPP
- Add pseudorange OMC-based outliers detection for spp/ppp
- Enable SNR-based weighting for all solution modes
- Force to compute initial station position using SPP if
[estimation] site_posis not set - Add support for
[estimation] pos_mode = fixedin FGO-based PPP - Automatically disable GNSS systems unavailable in the RINEX-OBS file (rinex3 only)
- Stop reading the RINEX file when t >
[session] end, rather than continuing - Always output CLK instead of ISB in the .stat file
- Refine the
scripts/plot_ppppos.pyscript
Updates to pppx.ini:
[session] datecan be automatically set from the first epoch of the RINEX file- The
[estimation] solveroption has been changed fromkalmantoekf - Add
[estimation] site_posto optionally set the initial station position - Add more explanations for the
[product]section