-
Notifications
You must be signed in to change notification settings - Fork 3
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
Orbital elements based calculations #96
Conversation
8c33257
to
279514c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #96 +/- ##
==========================================
+ Coverage 99.65% 99.70% +0.04%
==========================================
Files 8 8
Lines 2914 3024 +110
Branches 561 575 +14
==========================================
+ Hits 2904 3015 +111
+ Partials 10 9 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
87afc50
to
c89e624
Compare
c89e624
to
55579f3
Compare
6b2ac27
to
e34b056
Compare
e34b056
to
76b6dbe
Compare
d703022
to
97a1b93
Compare
e8aaec3
to
fe55c58
Compare
027fbd6
to
70c911f
Compare
70c911f
to
15911b9
Compare
Added
NOVAS_ORBITAL_OBJECT
toenum novas_planet
.novas_orbital_elements
structure, includingnovas_orbital_system
substructure, andenum novas_reference_plane
to distiguish ecliptic vs equatorial orbital parameters, andnovas_set_orbital_pole()
helper function to configure.object.orbit
field containingnovas_orbital_elements
datanovas_orbit_posvel()
function to calculate position and velocity vectors from orbital elements.make_orbital_object()
function to ease the creation of objects with orbital parameters.Changed
ephemeris()
call to processNOVAS_ORBITAL_OBJECT
types vianovas_orbit_posvel()
.