Local Lunar Eclipse #255
-
I see there is a SearchLocalSolarEclipse function for solar eclipses, but for lunar eclipses there is no local function. How can I calculate information about the next lunar eclipse seen from a specific point on Earth? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bjarkeandersen. My thinking is, a solar eclipse is highly dependent on the viewer's location, because the Moon's shadow either falls on you or it doesn't, depending on where you are. However, a lunar eclipse looks the same to everyone around the world, because they are all watching the Earth's shadow fall upon the Moon. The main effect of geographic location is whether the Moon is visible where you are at the time the eclipse happens. Once you have calculated the start, peak, and end of a lunar eclipse, there are separate functions in Astronomy Engine to determine where the Moon appears in the sky for a given observer. Then you can determine whether the Moon is above or below the horizon at the times of interest. Does this help? |
Beta Was this translation helpful? Give feedback.
Hi @bjarkeandersen. My thinking is, a solar eclipse is highly dependent on the viewer's location, because the Moon's shadow either falls on you or it doesn't, depending on where you are. However, a lunar eclipse looks the same to everyone around the world, because they are all watching the Earth's shadow fall upon the Moon.
The main effect of geographic location is whether the Moon is visible where you are at the time the eclipse happens. Once you have calculated the start, peak, and end of a lunar eclipse, there are separate functions in Astronomy Engine to determine where the Moon appears in the sky for a given observer. Then you can determine whether the Moon is above or below the hori…