Skip to content

Release v1.0.3 of DynAdjust (64-bit Windows)

Compare
Choose a tag to compare
@rogerfraser rogerfraser released this 04 Sep 03:27
· 899 commits to master since this release
ff5749f

This release contains several code enhancements, fixes and updates, including:

adjust

  • Previously, database IDs were not printed to the output adjustment file (via --output-database-ids) when adjusted measurements were sorted on criteria (e.g. correction, n-statistic, etc.) other than the default sort order (original input file order). This release enables database IDs to be printed irrespective of adjusted measurement sort order.
  • When sorting adjusted measurements according to n-statistic (via --sort-adj-msr-field 7), GNSS baselines are now sorted using the maximum of the 3 n-statistic components, whereas previously the sorting of GNSS baselines was based upon the magnitude of 3 (x, y, z) n-statistic components.
  • Version 1.0.2 provided a capability to print ignored measurements for simultaneous adjustments only (see #39). This version provides a capability to print ignored measurements for phased adjustments. In addition, this change also prevents ignored measurements connected to unused stations from being printed. Unused stations are those which are not connected to any measurements or are only connected to ignored measurements, and are therefore not estimated by least squares adjustment.

General enhancements

  • Minor revisions to the User's Guide to reflect the changes to printing ignored measurements for phased adjustments
  • Code enhancements addressing various compiler warnings
  • Remove old prerequisite installation and build scripts
  • Add debug launch handlers for gdb in vs code