This pull request addresses a bug, incorporates code enhancements, and closes an issue relating to ignored measurements.
When exporting an adjustment to SINEX, adjust incorrectly labelled the exported *.snx file with the default reference frame (GDA2020) instead of the user-supplied reference frame. Several changes have been introduced to use the reference frame supplied to import or reftran.
Add changes to close #171, and introduce additional checks for verifying direction sets and clusters
Detect and throw an exception for unrecognised file types.
Update version to 1.2.6
Add a new CMakefind_package call to CMakeLists.txt to improve detection and linking of OpenMP on build.
Overview
This pull request addresses a bug, incorporates code enhancements, and closes an issue relating to ignored measurements.
*.snx
file with the default reference frame (GDA2020
) instead of the user-supplied reference frame. Several changes have been introduced to use the reference frame supplied to import or reftran.find_package
call toCMakeLists.txt
to improve detection and linking of OpenMP on build.