File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,11 @@ in the Pan-STARRS catalog.
171171To do that we will:
172172
1731731 . 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
1771772 . 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
180180Before we get to the ` JOIN ` operation, we will explore these tables.
181181
You can’t perform that action at this time.
0 commit comments