-
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: add more pass computation methods #414
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #414 +/- ##
==========================================
+ Coverage 90.96% 91.08% +0.11%
==========================================
Files 84 84
Lines 7937 7973 +36
==========================================
+ Hits 7220 7262 +42
+ Misses 717 711 -6 ☔ View full report in Codecov by Sentry. |
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.
I think there are a few things to polish up, but otherwise looks good!
include/OpenSpaceToolkit/Astrodynamics/Trajectory/Orbit/Model/SGP4.hpp
Outdated
Show resolved
Hide resolved
test/OpenSpaceToolkit/Astrodynamics/Trajectory/Orbit/Model/Propagated.test.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Antoine Paletta <98616558+apaletta3@users.noreply.github.com>
af20a55
to
2d15336
Compare
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.
If you can address my comments, otherwise looks dope man
No description provided.