-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: Added azimuth and elevation calc #156
Conversation
Added 'ecef2ae' function to compute azimuth and elevation. Additionally, 'azimuth' and 'elevation' properties are now added to the 'SolverTransponder' object on instantiation.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #156 +/- ##
==========================================
- Coverage 40.08% 38.94% -1.14%
==========================================
Files 15 15
Lines 711 742 +31
==========================================
+ Hits 285 289 +4
- Misses 426 453 +27
☔ View full report in Codecov by Sentry. |
Part of the work for #149 |
Added 'calc_enu_comp' to the 'geo' module for computing the mean 'e,n,u' components of residuals using the azimuth and elevation of the transponders
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a minor formatting suggestion in the docstrings. LGTM overall.
Added 'ecef2ae' function to compute azimuth and elevation. Additionally, 'azimuth' and 'elevation' properties are now added to the 'SolverTransponder' object on instantiation.