If you are looking at Jupiter through binoculars or a telescope and don’t know which moon is which, then use this package.
galisats
is used to determine the positions of the four greatest satellites of Jupiter (called Galilean satellites). Positions are shown on the plot for any given time (UTC – Coordinated Universal Time) with respect to the planet, as seen from the Earth.
The galsat()
function calculates numerical values of the satellites’ positions:
x – the apparent rectangular coordinate of the satellite with respect to the center of Jupiter’s disk in the equatorial plane in the units of Jupiter’s equatorial radius; X is positive toward the west
y – the apparent rectangular coordinate of the satellite with respect to the center of Jupiter’s disk from the equatorial plane in the units of Jupiter’s equatorial radius; Y is positive toward the north
The function is based on algorithms in the book:
Astronomical Formulae for Calculators (4th edition), Jean Meeus, Willmann-Bell Inc., 1988
The delta_t()
function returns the value of delta-T in seconds unit. It’s useful for converting the Coordinated Universal Time (UTC) to the Ephemeris Time (ET). The conversion is handled as: ET = UTC + deltaT
Installation
You can install the development version of galisats from [GitHub] (https://github.com/) with:
# install.packages("devtools")
devtools::install_github("LechJaszowski/galilean_satellites")