I know I can get "HelioCoordinates" of the Earth and the Moon with
PlanetData["Earth", "HelioCoordinates"]
PlanetaryMoonData["Moon", "HelioCoordinates"]
{Quantity[-0.897541, "AstronomicalUnit"], Quantity[-0.449087,
"AstronomicalUnit"], …
The equation of time describes the discrepancy between two kinds of solar time. The word equation is used in the medieval sense of reconcile a difference. The two times that differ are the apparent solar time, which directly tracks the motion of…
In the new Mathematica 13.2 the AstroGraphics let you plot the sky, e.g. centered at a specific coordinate. However, I cannot figure out how to enter efficiently the value for {right ascension, declination}. Below is my best outcome so far for an…
I have noticed some surprising behavior when executing the MoonPosition function. When I provide a range of dates, I get a TemporalData answer:
do1 = DateObject[{2016, 1, 1}];
do2 = DateObject[{2016, 1, 5}];
dr1 = DateRange[do1, do2];
mp1 =…
I'm using online version 13.3(?) attempting to compute the position of Jupiter. It looks like "AstroPosition[]" only returns values for years between 1900 and 2050. Outside of these dates, it returns the input. Wolfram|Alpha however, returns a…
I'd like to chart the location of the sun (azimuth and elevation) from a given location (e.g., Chicago) throughout the year for a stated year (e.g., 2010).
Here is the basic extraction of the current location of the sun, but it doesn't include a…
I am trying to copy paste and compute the input given in this link for the movement of mars.
But wolfram cloud gives error.
https://reference.wolfram.com/language/ref/AstroGraphics.html
When compute below instruction
mars =…