-
Notifications
You must be signed in to change notification settings - Fork 5
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
CALCEPH integration #85
Conversation
b7d3b79
to
5e4c30f
Compare
Needs tests, CI, and coverage data... |
5e4c30f
to
f7d1302
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
=======================================
Coverage 99.64% 99.65%
=======================================
Files 7 8 +1
Lines 2843 2888 +45
Branches 551 554 +3
=======================================
+ Hits 2833 2878 +45
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
ff2b9d3
to
9ad15db
Compare
2e4aed0
to
94210ba
Compare
f3bfa6f
to
47f3daa
Compare
8f8ff85
to
1b27c46
Compare
91af13c
to
495c4a0
Compare
fbb84a8
to
90ae842
Compare
90ae842
to
f4d36ef
Compare
9bfe3d2
to
aa26d30
Compare
aa70f18
to
7f842d2
Compare
7f842d2
to
429874a
Compare
Provides optional ephemeris support via the CALCEPH C library in separate
solsys-calceph.so[.1]
/.a
plugin libraries.To enable,
CALCEPH_SUPPORT
must be set to 1 prior to the build (in the shell or inconfig.mk
) and you must have access to the CALCEPH development files (C headers and unversioned libaries).Added functions are:
int novas_use_calceph(t_calcephbin *eph)
-- to specify and use ephemeris data via CALCEPH for minor bodies, and possibly also for major planets too, depending on further configuration.int novas_use_calceph_planets(t_calcephbin *eph)
-- to specify and use ephemeris data for major planets (and Sun, Moon, SSB), such as say JPL's DE440.int novas_calceph_use_ids(enum novas_id_type idtype)
-- to specify whetherobject.number
inNOVAS_EPHEM_OBJECT
type objects is a NAIF ID (default) or else a CALCEPH ID number of the Solar-system body.To use the plugin, you must link your application with: