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.
171
171
To do that we will:
172
172
173
173
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 `
175
175
that we have already identified.
176
176
177
177
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.
179
179
180
180
Before we get to the ` JOIN ` operation, we will explore these tables.
181
181
You can’t perform that action at this time.
0 commit comments