Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.2.8 (fixes, ehnacements, improved datum management) #234

Merged
merged 108 commits into from
Feb 24, 2025
Merged

Conversation

rogerfraser
Copy link
Member

Overview

This pull request addresses several defects and shortcomings, improves the process for handling reference frame and epoch throghout, and offers various code improvements across all applications and documentation, including:

Important notes on changes to default behaviour

Users should be aware of two major changes to the way DynAdjust handles the application of datum (reference frame and epoch):

  • import allows the project reference frame to be set by an optional argument (--reference-frame) OR the reference frame label in the header of the first input file.
  • import now has an option to provide a project epoch (--epoch).
    • New warning messages have been introduced to import to alert the user when the input data is aligned to multiple (inconsistent) reference frames.
  • reftran no longer requires, as a mandatory option, reference frame (--reference-frame) to which all stations and measurements are to be aligned. In this case (and unless provided upon executing reftran), the project reference frame and epoch set by import will be used.

Acknowledgements

Special thanks to @nicgowans, @jhaasdyk-au, @jasonwheritage, @neilebrown, @alas2 for their help in identifying issues, offering suggestions, and/or testing code changes.

@rogerfraser rogerfraser merged commit 0eda6d0 into master Feb 24, 2025
3 of 4 checks passed
@rogerfraser rogerfraser deleted the 1.2.8 branch February 24, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment