Skip to content

Commit 129b3f5

Browse files
committed
more words
1 parent 962ab79 commit 129b3f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

posts/2026/artemis_2_eclipse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: eclipse
88

99
# Artemis II Solar Eclipse
1010

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.
1212

1313
```{figure} ./artemis2_images/art2_eclipse_ship.jpg
1414
:width: 100%
@@ -39,7 +39,7 @@ At the end of the post you will be able to see how we can overlay on this photo
3939
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.
4040
To do this we perform the following steps:
4141

42-
1. Extract the time information from the metadata on the camera.
42+
1. Extract the time information from the metadata stored in the image.
4343
1. Use the time information to lookup the exact position of Artemis II.
4444
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.
4545
1. Use the three planets visible in the lower right of the image to identify the rotation angle.
@@ -98,7 +98,7 @@ accums, cx, cy, rad = hough_circle_peaks(hough_res, radii, total_num_peaks=1)
9898

9999
### Calculating Image Scale
100100

101-
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.
102102

103103
```python
104104
from astropy.coordinates import SkyCoord
@@ -126,7 +126,7 @@ Initial coordinate system fit to image, notice that the locations of the highlig
126126
### Fitting Roll Angle
127127

128128
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.
130130
Doing this results in a {math}`-21.2^\circ` roll angle which we can add to our Maps metadata.
131131

132132
```{figure} ./artemis2_images/figure_5.svg

0 commit comments

Comments
 (0)