Skip to content

Commit fcd9160

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 1897b2f Branch : main Author : ShebMichel <[email protected]> Time : 2025-07-16 10:47:46 +0000 Message : Merge pull request #247 from datacarpentry/ShebMichel-patch-2 Update 06-join.md
1 parent a5245a4 commit fcd9160

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

06-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ in the Pan-STARRS catalog.
171171
To do that we will:
172172

173173
1. Use the `JOIN` operator to look up each Pan-STARRS `obj_id` for the stars
174-
we are interested in in the` panstarrs1_best_neighbour` table using the `source_id`s
174+
we are interested in the `panstarrs1_best_neighbour` table using the `source_ids`
175175
that we have already identified.
176176

177177
2. Use the `JOIN` operator again to look up the Pan-STARRS photometry for these stars
178-
in the `panstarrs1_original_valid` table using the` obj_ids` we just identified.
178+
in the `panstarrs1_original_valid` table using the `obj_ids` we just identified.
179179

180180
Before we get to the `JOIN` operation, we will explore these tables.
181181

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"episodes/03-transform.md" "77469df641fe8ceb22d052d8698db8fa" "site/built/03-transform.md" "2024-03-08"
99
"episodes/04-motion.md" "c2642d107deb0093d78e111d359bd16f" "site/built/04-motion.md" "2024-03-08"
1010
"episodes/05-select.md" "600928a8a4997755e32c8755cfeb31fd" "site/built/05-select.md" "2024-03-08"
11-
"episodes/06-join.md" "9b19db10b8e0f95e622be96fd6e54025" "site/built/06-join.md" "2024-03-08"
11+
"episodes/06-join.md" "63e16f5fd2d7246de02a63113e41e876" "site/built/06-join.md" "2025-07-16"
1212
"episodes/07-photo.md" "2a244ed606346a0befbaeb2ea006c488" "site/built/07-photo.md" "2024-03-08"
1313
"episodes/08-plot.md" "668ecaa66aa0e67f4d4cb8ba1f6fb6a0" "site/built/08-plot.md" "2024-03-08"
1414
"instructors/calculating_MIST_isochrone.md" "3201f3ca13dc11bbef74a7d24a433362" "site/built/calculating_MIST_isochrone.md" "2023-05-15"

0 commit comments

Comments
 (0)