Calculate & draw the positions of the Galilean satellites
galsat.Rd
galsat()
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 (ET – Ephemeris Time) with respect to the planet, as seen from the Earth.
The galsat()
function returns 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
Value
data.frame
: 4 observations of 3 variables:
$ moon: chr "Io" "Europa" "Ganymede" "Callisto"
$ x : num
$ y : num
Four rows - each row has the position (x,y) of one moon.
Additionally, the positions of the moons are shown graphically.