Skip to content

Commit a168463

Browse files
updating 306_2 exgal transients nb
1 parent ffbb00b commit a168463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DP1/300_Science_Demos/306_Extragalactic_transients/306_2_Candidate_transient_identification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Data Release: <a href=\"https://dp1.lsst.io/\">Data Preview 1</a> <br>\n",
2323
"Container Size: large <br>\n",
2424
"LSST Science Pipelines version: r29.2.0 <br>\n",
25-
"Last verified to run: 2025-09-17 <br>\n",
25+
"Last verified to run: 2025-12-11 <br>\n",
2626
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
2727
]
2828
},
@@ -587,7 +587,7 @@
587587
"source": [
588588
"def get_cutout(dl_result, spherePoint, session, fov):\n",
589589
" sq = SodaQuery.from_resource(dl_result,\n",
590-
" dl_result.get_adhocservice_by_id(\"cutout-sync\"),\n",
590+
" dl_result.get_adhocservice_by_id(\"cutout-sync-exposure\"),\n",
591591
" session=session)\n",
592592
" sphereRadius = fov * u.deg\n",
593593
" sq.circle = (spherePoint.getRa().asDegrees() * u.deg,\n",

0 commit comments

Comments
 (0)