Skip to content

Commit 9371c4f

Browse files
committed
Update 201_8_SSSource_table.ipynb
1 parent 74a3ae7 commit 9371c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DP1/200_Data_Products/201_Catalogs/201_8_SSSource_table.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"id": "955b9722-43b9-4c3d-b35f-14d72826f776",
450450
"metadata": {},
451451
"source": [
452-
"Check if any visits had more than one source detected (with the option to print the results)."
452+
"Check if any SS objects had more than one SS source detected (with the option to print the results)."
453453
]
454454
},
455455
{
@@ -540,7 +540,7 @@
540540
" \"sss.topocentricDist, sss.phaseAngle, \"\\\n",
541541
" \"dia.midpointMjdTai, dia.band \"\\\n",
542542
" \"FROM dp1.SSSource AS sss \" \\\n",
543-
" \"JOIN dp1.DiaSource AS dia ON sss.ssObjectId = dia.ssObjectId \" \\\n",
543+
" \"JOIN dp1.DiaSource AS dia ON sss.diaSourceId = dia.diaSourceId \" \\\n",
544544
" \"WHERE dia.ssObjectId > 0\"\n",
545545
"job = service.submit_job(query)\n",
546546
"job.run()\n",

0 commit comments

Comments
 (0)