| JEphem Presentation Ephemeris SkyMap Curve Informatic Library Download Glossary About | |
|
JEphem
Ephemeris trail
Swiss Ephemeris
|
.
.
AstroContext, and added a temporary class (jephem.astro.solarsystem.SwissEphemeris). AstroContext, I added a field, "astroEngine", and constants to designate the possible implementations used (JEphem or Swiss Ephemeris) ; in calcBodyCoords(), if the field astroEngine equals to SWISS_EPHEMERIS, a method from class SwissEphemeris is called. Otherwise, normal code is executed.
TestWithSwiss was developped to compare the values given by JEphem and Swiss Ephemeris - see its javadoc or source code.
|
|