Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"source": [
"## 3. Use case: moving objects\n",
"\n",
"All of the Solar System catalogs are joinable to each other on identifiers `diaSourceId` (individual detections in the difference images), `ssObjectId` (associations of detections into single moving objects)."
"All of the Solar System catalogs are joinable to each other on identifiers `diaSourceId` (individual detections in the difference images), `ssObjectId` (associations of detections for single moving objects), and `designation` or `unpacked_primary_provisional_designation` (equivalent to each other). For further examples of Solar System table joins, see tutorials 201.07 SSObject table, 201.08 SSSource table, 201.09 MPC_orbits table, 201.15 Current_identifications table, and 201.16 Numbered_identifications table."
]
},
{
Expand Down
Loading