Conversation
|
|
||
| # Artemis II Solar Eclipse | ||
|
|
||
| The Artemis II mission launched on the 1st April 2026, this launch date (or the window on the 2nd) allowed the crew to observe a solar eclipse on the 6th April after transiting the far side of the moon. |
There was a problem hiding this comment.
Do we want to say something around how this hasn't been possible since Apollo X, nearly Y years ago? I know it obvious to us but worth pointing out
There was a problem hiding this comment.
What exactly?, I'm not sure any of the Apollo missions had a view like this. They would have had the Sun go behind the moon but they would have been a lot closer to the moon.
hayesla
left a comment
There was a problem hiding this comment.
This is so good. My comments are just small, and text edits. We just now need to wait for Shanes PR to be merged and then we can add the link and publish 🚀
|
|
||
| # Artemis II Solar Eclipse | ||
|
|
||
| The Artemis II mission launched on the 1st April 2026; this launch date allowed the crew to observe a solar eclipse on the 6th April(EDT) / 7th April (UTC) after transiting the far side of the moon. |
There was a problem hiding this comment.
| The Artemis II mission launched on the 1st April 2026; this launch date allowed the crew to observe a solar eclipse on the 6th April(EDT) / 7th April (UTC) after transiting the far side of the moon. | |
| The Artemis II mission launched on the 1st April 2026; this launch date allowed the crew to observe a solar eclipse on the 6th April (EDT) / 7th April (UTC) after transiting the far side of the Moon. |
|
|
||
| ### Calculating Image Scale | ||
|
|
||
| Based on the determined center of the moon is and its radius in the image we can construct a coordinate system for the image. |
There was a problem hiding this comment.
| Based on the determined center of the moon is and its radius in the image we can construct a coordinate system for the image. | |
| Based on the determined center of the Moon and its radius in the image we can construct a coordinate system for the image. |
| :width: 100% | ||
| :alt: Coordinate system fit with additional correction for lens distortion, the expected positions of the planets now match the image. | ||
|
|
||
| Coordinate system fit to with additional correction for lens distortion. |
There was a problem hiding this comment.
| Coordinate system fit to with additional correction for lens distortion. | |
| Coordinate system fit with additional correction for lens distortion. |
|
|
||
| We hope you have found this post interesting. | ||
| The full code for this post can be found in {ref}`The sunpy Gallery <>`. | ||
| Remember, that if you are lucky enough to observe the total solar eclipse which will be visible from parts of Europe in August 2026 and you take a photo, you can try this type of analysis with your own photos, by following our {ref}`previous blog post <2024-04-03-eclipse>`! |
There was a problem hiding this comment.
| Remember, that if you are lucky enough to observe the total solar eclipse which will be visible from parts of Europe in August 2026 and you take a photo, you can try this type of analysis with your own photos, by following our {ref}`previous blog post <2024-04-03-eclipse>`! | |
| Remember, that if you are lucky enough to observe the total solar eclipse which will be visible from parts of Europe on 12th August 2026 and you take a photo, you can try this type of analysis with your own photos, by following our {ref}`previous blog post <2024-04-03-eclipse>`! |
| ### Fitting Lens Distortion | ||
|
|
||
| The final correction to apply to our fitted coordinate system is the distortion of the camera lens (a Nikkor AF 135mm f/2D DC). | ||
| This makes objects distant from the centre of the image appear even more distant than they should. |
There was a problem hiding this comment.
| This makes objects distant from the centre of the image appear even more distant than they should. | |
| This makes objects distant from the center of the image appear even more distant than they should. |
|
|
||
| ### Fitting Roll Angle | ||
|
|
||
| It's clear from the previous image that the image is rotated around the center of the moon. |
There was a problem hiding this comment.
| It's clear from the previous image that the image is rotated around the center of the moon. | |
| It's clear from the previous image that the image is rotated around the center of the Moon. |
| :width: 100% | ||
| :alt: The Artemis II solar eclipse photo with the positions of Mercury, Mars and Saturn highlighted, and coronagraph images from SOHO's LASCO instrument plotted over the disc of the moon. | ||
|
|
||
| The Artemis II solar eclipse photo with the positions of Mercury, Mars and Saturn highlighted, and coronagraph images from SOHO's LASCO instrument plotted over the disc of the moon. |
There was a problem hiding this comment.
| The Artemis II solar eclipse photo with the positions of Mercury, Mars and Saturn highlighted, and coronagraph images from SOHO's LASCO instrument plotted over the disc of the moon. | |
| The Artemis II solar eclipse photo with the positions of Mercury, Mars and Saturn highlighted, and coronagraph images from SOHO's LASCO instrument plotted over the disc of the Moon. |
|
|
||
| The Artemis II solar eclipse photo with the positions of Mercury, Mars and Saturn highlighted, and coronagraph images from SOHO's LASCO instrument plotted over the disc of the moon. | ||
| ``` | ||
|
|
There was a problem hiding this comment.
maybe a bit cheesy - but i think we need a sentence or two to finish?
| This is where sunpy shines: using our powerful coordinate framework the astronauts' eclipse photo and LASCO's coronagraph images become a view of the same Sun from two very different vantage points, stitched together. |
There was a problem hiding this comment.
Yeah, I agree we need something. It's a shame there's nothing fun to point out in the structure etc.
| ``` | ||
|
|
||
| We can also use the positions returned by JPL Horizons and the coordinates packages in sunpy and astropy to visualize what part of the Artemis II trajectory was in eclipse. | ||
| To see the details of how this was done see [this example in the SunPy gallery](https://sunpy--8574.org.readthedocs.build/en/8574/generated/gallery/showcase/artemis-ii-trajectory.html). |
There was a problem hiding this comment.
| To see the details of how this was done see [this example in the SunPy gallery](https://sunpy--8574.org.readthedocs.build/en/8574/generated/gallery/showcase/artemis-ii-trajectory.html). | |
| To see the details of how this was done see [this example in the SunPy gallery](https://docs.sunpy.org/en/latest/generated/gallery/showcase/artemis-ii-trajectory.html). |
|
|
||
| 1. Extract the time information from the metadata stored in the image. | ||
| 1. Use the time information to lookup the exact position of Artemis II. | ||
| 1. Fit the edge of the moon to identify the location of the center of the moon, and the size of the moon in the image. |
There was a problem hiding this comment.
| 1. Fit the edge of the moon to identify the location of the center of the moon, and the size of the moon in the image. | |
| 1. Fit the edge of the moon to identify the location of the center of the Moon, and the size of the Moon in the image. |
https://sunpyorg--489.org.readthedocs.build/posts/2026/artemis_2_eclipse/