Learn R Programming

asteRisk (version 1.4.4)

listAvailablePlanetaryEphemerides: List Available Planetary Ephemerides Files

Description

This function lists all available JPL DE ephemerides files (with .bsp extension). More JPL DE ephemerides files can be downloaded from the JPL Horizons website (https://ssd.jpl.nasa.gov/?horizons), and registered with the registerPlanetaryEphemerides.

Usage

listAvailablePlanetaryEphemerides()

Value

Returns a vector of filenames of the available JPL DE ephemerides files.

Arguments

None

References

NAIF/SPICE Documentation: https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/spk.html

Examples

Run this code
# List available ephemerides files
listAvailablePlanetaryEphemerides()

Run the code above in your browser using DataLab