CALCEPH integration#85
Merged
Merged
Conversation
Closed
b7d3b79 to
5e4c30f
Compare
Collaborator
Author
|
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Provides optional ephemeris support via the CALCEPH C library in separate
solsys-calceph.so[.1]/.aplugin libraries.To enable,
CALCEPH_SUPPORTmust 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.numberinNOVAS_EPHEM_OBJECTtype 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: