Function Repository Resource:

GalileanSatellitesPlot

Source Notebook

Plot the relative positions of Jupiter's four largest moons as seen from Earth

Contributed by: Jeff Bryant

ResourceFunction["GalileanSatellitesPlot"] []

computes the current view of the Galilean satellites as seen from Earth.

ResourceFunction["GalileanSatellitesPlot"] [date]

computes the view on the specified date.

Details and Options

ResourceFunction["GalileanSatellitesPlot"] takes the same options as ListPlot.

Examples

Basic Examples (2) 

Plot the relative positions of the Galilean satellites of Jupiter as seen from Earth:

In[1]:=
ResourceFunction["GalileanSatellitesPlot"] []
Out[1]=

Recreate the scene observed by Galileo on January 13, 1610, at 6 p.m., in Italy:

In[2]:=
ResourceFunction["GalileanSatellitesPlot"] [
 DateObject[{1610, 1, 13, 18}, TimeZone -> 1]]
Out[2]=

Neat Examples (1) 

Compute a time sequence of the motion of the Galilean satellites:

In[3]:=
Grid[List /@ Table[ResourceFunction["GalileanSatellitesPlot"] [
    DateObject[{1610, 1, 13, h}, TimeZone -> 1], PlotRange -> {{-20, 20}, {-2, 2}}, LabelingFunction -> None], {h, 0, 20, 2}], Dividers -> All]
Out[3]=

Version History

  • 1.0.0 – 21 October 2020

Related Resources

License Information