PlanetaryEphemeris.jl
is a Taylor integrator for the JPL DE430 planetary
ephemeris dynamical model (Folkner et al., 2014), based on
TaylorIntegration.jl.
- Jorge A. Pérez Hernández, Instituto de Ciencias Físicas, Universidad Nacional Autónoma de México (UNAM)
- Luis Benet, Instituto de Ciencias Físicas, Universidad Nacional Autónoma de México (UNAM)
- Luis Eduardo Ramírez Montoya, Facultad de Ciencias, Universidad Nacional Autónoma de México (UNAM)
The current version of this package may be installed in Julia pkg manager via:
] add PlanetaryEphemeris
PlanetaryEphemeris.propagate
is a high-level function which performs the
numerical integration. The file integrate_ephemeris.jl
in the scripts
directory
contains an example script. This script may be called as:
julia --project integrate_ephemeris.jl --help
PlanetaryEphemeris.propagate
also supports multi-threading:
julia -t <number-of-threads> --project integrate_ephemeris.jl --help
We acknowledge financial support from UNAM-PAPIIT grants IG-100819 and IG-101122, as well as computing resources provided by LANCAD-UNAM-DGTIC-284.
- Pérez-Hernández, Jorge A., & Benet, Luis. (2020, October 13). PerezHz/TaylorIntegration.jl: v0.8.4 (Version v0.8.4). Zenodo. http://doi.org/10.5281/zenodo.4086166
- Folkner, W. M., Williams, J. G., Boggs, D. H., Park, R. S., & Kuchynka, P. (2014). The planetary and lunar ephemerides DE430 and DE431. Interplanetary Network Progress Report, 196(1).