We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68f4f89 + dbbff9b commit 84ddee2Copy full SHA for 84ddee2
episodes/06-join.md
@@ -170,8 +170,8 @@ in the Pan-STARRS catalog.
170
171
To do that we will:
172
173
-1. Use the `JOIN` operator to look up each Pan-STARRS `obj_id` for the stars
174
- we are interested in the `panstarrs1_best_neighbour` table using the `source_ids`
+1. Use the `JOIN` operator to look up each Pan-STARRS `obj_id`, for the stars
+ we are interested in, in the `panstarrs1_best_neighbour` table using the `source_ids`
175
that we have already identified.
176
177
2. Use the `JOIN` operator again to look up the Pan-STARRS photometry for these stars
0 commit comments