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
Copy file name to clipboardExpand all lines: posts/2026/artemis_2_eclipse.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ tags: eclipse
8
8
9
9
# Artemis II Solar Eclipse
10
10
11
-
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 after transiting the far side of the moon.
11
+
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.
Based on knowing where the center of the moon is and its radius in the image we can construct a coordinate system for the image.
101
+
Based on the determined center of the moon is and its radius in the image we can construct a coordinate system for the image.
102
102
103
103
```python
104
104
from astropy.coordinates import SkyCoord
@@ -126,7 +126,7 @@ Initial coordinate system fit to image, notice that the locations of the highlig
126
126
### Fitting Roll Angle
127
127
128
128
It's clear from the previous image that the image is rotated around the center of the moon.
129
-
We can solve for this rotation by using a peak finding algorithm to locate the planets in the image.
129
+
We can solve for this rotation by using a peak finding algorithm to locate the planets in the image and comparing these positions to the planets coordinates extracted from JPL Horizons.
130
130
Doing this results in a {math}`-21.2^\circ` roll angle which we can add to our Maps metadata.
0 commit comments