GNSS Multipath Analysis Software v.1.3.0
Major improvement to robustness and stability.
Add automated test for:
- ECEF2geodb
- ECEF2enu
- compute_azimut_elev
- GNSS_Multipath_Analysis (testing the whole software)
- Fix bug if plotEstimates was set to FALSE. Results was not updated properly.
Other fixes and changes:
- make ECEF2geodb more robust by using arctan2
- prevent error when a code is removed from overview (range2_Code error ([]))
- make epoch counter more robust by using "startswith"
- some refactoring
- Add automated tests as a GitHub action. Trigger by pull requests to dev and master.