Skip to content

Commit 8deb36d

Browse files
zkamvarCarpentries Apprentice
authored and
Carpentries Apprentice
committed
[custom] fix lesson contents
1 parent db3e323 commit 8deb36d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

episodes/04-motion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Price-Whelan and Bonaca paper, the one that shows components of proper
150150
motion as a scatter plot:
151151

152152
<img width="300"
153-
src="../fig/gd1-1.png" alt="Scatter of proper motion phi1 versus phi2 showing overdensity in negative proper motions of GD-1 stars.">
153+
src="fig/gd1-1.png" alt="Scatter of proper motion phi1 versus phi2 showing overdensity in negative proper motions of GD-1 stars.">
154154

155155
In this figure, the shaded area identifies stars that are likely to be
156156
in GD-1 because:
@@ -396,7 +396,7 @@ In the original paper, Price-Whelan and Bonaca used a polygon to cover
396396
this region, as shown in this figure.
397397

398398
<img width="300"
399-
src="../fig/gd1-1.png" alt="Scatter plot of proper motion with overlaid polygon showing overdense region selected for analysis in Price-Whelan and Bonaca paper.">
399+
src="fig/gd1-1.png" alt="Scatter plot of proper motion with overlaid polygon showing overdense region selected for analysis in Price-Whelan and Bonaca paper.">
400400

401401
We will use a simple rectangle for now, but in a later lesson we will see
402402
how to select a polygonal region as well.

episodes/05-select.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ We can compare this figure with this panel from Figure 1 from the
546546
original paper:
547547

548548
<img height="150"
549-
src="../fig/gd1-2.png" alt="Figure from Price-Whelan and Bonaca paper showing phi1 vs phi2 in GD-1 after selecting on proper motion.">
549+
src="fig/gd1-2.png" alt="Figure from Price-Whelan and Bonaca paper showing phi1 vs phi2 in GD-1 after selecting on proper motion.">
550550

551551
This panel shows stars selected based on proper motion only, so it is
552552
comparable to our figure (although notice that the original figure covers a wider
@@ -556,7 +556,7 @@ In the next episode, we will use photometry data from Pan-STARRS to do
556556
a second round of filtering, and see if we can replicate this panel.
557557

558558
<img height="150"
559-
src="../fig/gd1-4.png" alt="Figure from Price-Whelan and Bonaca paper showing phi1 vs phi2 in GD-1 after selecting on proper motion and photometry.">
559+
src="fig/gd1-4.png" alt="Figure from Price-Whelan and Bonaca paper showing phi1 vs phi2 in GD-1 after selecting on proper motion and photometry.">
560560

561561
Later we will learn how to add annotations like the ones in the figure and
562562
customize the style of the figure to present the results clearly and

episodes/06-join.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following figure from the Price-Whelan and Bonaca paper is a color-magnitude
2727
the stars selected based on proper motion:
2828

2929
<img width="300"
30-
src="../fig/gd1-3.png" alt="Color-magnitude diagram for the stars selected based on proper motion, from Price-Whelan and Bonaca paper.">
30+
src="fig/gd1-3.png" alt="Color-magnitude diagram for the stars selected based on proper motion, from Price-Whelan and Bonaca paper.">
3131

3232
In red is a [stellar
3333
isochrone](https://en.wikipedia.org/wiki/Stellar_isochrone), showing
@@ -411,7 +411,7 @@ If you are curious, you can [read more about
411411
it](https://chartio.com/learn/databases/how-does-indexing-work/).
412412

413413
<img
414-
src="../fig/join.png" alt="Diagram showing relationship between the gaia_source, panstarrs1_best_neighbour, and panstarrs1_original_valid tables and result table.">
414+
src="fig/join.png" alt="Diagram showing relationship between the gaia_source, panstarrs1_best_neighbour, and panstarrs1_original_valid tables and result table.">
415415

416416
Now we will get to the details of performing a `JOIN` operation.
417417

episodes/07-photo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following figure from the paper is a color-magnitude diagram
2929
showing the stars we previously selected based on proper motion:
3030

3131
<img width="300"
32-
src="../fig/gd1-3.png" alt="Color-magnitude diagram for the stars selected based on proper motion, from Price-Whelan and Bonaca paper.">
32+
src="fig/gd1-3.png" alt="Color-magnitude diagram for the stars selected based on proper motion, from Price-Whelan and Bonaca paper.">
3333

3434
In red is a [theoretical isochrone](https://en.wikipedia.org/wiki/Stellar_isochrone), showing where we expect the stars
3535
in GD-1 to fall based on the metallicity and age of their original
@@ -105,7 +105,7 @@ diagram](https://coolwiki.ipac.caltech.edu/index.php/Color-Magnitude_and_Color-C
105105
to replicate the diagram from the original paper:
106106

107107
<img width="300"
108-
src="../fig/gd1-3.png" alt="Color-magnitude diagram for the stars selected based on proper motion, from Price-Whelan and Bonaca paper.">
108+
src="fig/gd1-3.png" alt="Color-magnitude diagram for the stars selected based on proper motion, from Price-Whelan and Bonaca paper.">
109109

110110
The y-axis shows the apparent magnitude of each source with the [g
111111
filter](https://en.wikipedia.org/wiki/Photometric_system).

episodes/08-plot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ the individual panels, but now we will look at the whole figure, along
122122
with the caption:
123123

124124
<img style="max-width: 100%;"
125-
src="../fig/gd1-5.png" alt="Figure 1 from Price-Whelan and Bonaca paper with four panels and caption. Caption reads: On-sky positions of likely GD-1 members in the GD-1 coordinate system. GD-1 is apparent as an overdensity in negative proper motions (top-right panel, orange box), so selecting on proper motion already reveals the stream in positions of individual stars (top-left panel). The stream also stands out in the color–magnitude diagram (bottom-right panel) as older and more metal-poor than the background. Selecting the main sequence of GD-1 (orange, shaded region in the bottom-right panel) along with proper motion cuts unveils the stream in unprecedented detail (bottom-left panel).">
125+
src="fig/gd1-5.png" alt="Figure 1 from Price-Whelan and Bonaca paper with four panels and caption. Caption reads: On-sky positions of likely GD-1 members in the GD-1 coordinate system. GD-1 is apparent as an overdensity in negative proper motions (top-right panel, orange box), so selecting on proper motion already reveals the stream in positions of individual stars (top-left panel). The stream also stands out in the color–magnitude diagram (bottom-right panel) as older and more metal-poor than the background. Selecting the main sequence of GD-1 (orange, shaded region in the bottom-right panel) along with proper motion cuts unveils the stream in unprecedented detail (bottom-left panel).">
126126

127127
::::::::::::::::::::::::::::::::::::::: challenge
128128

instructors/instructor-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ objects we are saving are small.
216216

217217
- The key take away from the CMD presentation is that GD-1 is a globular cluster which means all of the stars formed at the same time. Therefore we expect the stars in GD-1 to follow a single, tight isochrone, the main sequence of which we can easily identify.
218218

219-
- We did have to manipulate the MIST isochrone to get it from what is available for download to what we read in. This is too much detail for the curriculum, but the process is detailed in [Making the Isochrone Dataframe](/astronomy-python/calculating_MIST_isochrone) if you or a learner is interested.
219+
- We did have to manipulate the MIST isochrone to get it from what is available for download to what we read in. This is too much detail for the curriculum, but the process is detailed in [Making the Isochrone Dataframe](calculating_MIST_isochrone.md) if you or a learner is interested.
220220

221221
- In the original paper, they use an idiosyncratic function to define the boundaries of the isochrone filter. The intention is to define a polygon that gets wider as g increases, to reflect increasing uncertainty. For this exercise we will be using a simplified version which is a constant offset from the isochrone.
222222

0 commit comments

Comments
 (0)