You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
author: Stuart Mumford, Shane Maloney, Albert Y. Shih
5
+
category: Tutorial
6
+
tags: eclipse
7
+
---
8
+
9
+
# Artemis II Solar Eclipse
10
+
11
+
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.
12
+
13
+
```{figure} ./art2_eclipse_ship.jpg
14
+
:width: 66%
15
+
:alt: Artemis 2 Solar Eclipse with Capsule
16
+
17
+
Image credit NASA
18
+
```
19
+
20
+
We on the SunPy blog {ref}`rarely miss the opportunity <2024-04-03-eclipse>` to talk [about a solar eclipse](https://github.com/sunpy/solar-eclipse/).
21
+
So when we saw the stunning photos taken by the astronaughts on Artemis II, we loaded them with SunPy.
22
+
I do highly recommend watching the recording of the eclipse [on YouTube](https://youtu.be/dS9qqzSF3mI?si=NFfli3b7f0tYoVDP&t=1683).
23
+
24
+
## Fitting Coordinate Information
25
+
26
+
To be able to compare this image with other observations of the Sun, we need to identify where the camera was pointed and how it was rotated.
27
+
To do this we perform the following steps, all the code for this example is in **the sunpy example gallery**.
28
+
29
+
1. Extract the time information from the metadata on the camera.
30
+
1. Use the time information to know the exact position of Artemis 2.
31
+
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.
32
+
1. Use the three planets visible in the lower right of the image to identify the rotation angle.
33
+
1. Use the planets to fit the distortion of the lens.
0 commit comments