Skip to content

Commit e370b9f

Browse files
fixing misidentified method mistake from an earlier TAP to SIA change
1 parent 8d8ffc6 commit e370b9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DP1/100_How_to_Use_RSP_Tools/103_Image_access_and_display/103_4_Cutout_exposures.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Data Release: DP1 <br>\n",
2323
"Container Size: large <br>\n",
2424
"LSST Science Pipelines version: r29.2.0 <br>\n",
25-
"Last verified to run: 2026-01-15 <br>\n",
25+
"Last verified to run: 2026-03-25 <br>\n",
2626
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
2727
]
2828
},
@@ -298,7 +298,7 @@
298298
"source": [
299299
"## 3. Generating an image cutout \n",
300300
"\n",
301-
"First, extract the datalink (access URL) from the first row of the results as `datalink_url`, using the `getdataurl` method. \n",
301+
"First, extract the datalink (access URL) from the first row of the results as `datalink_url`, using the `from_result_url` method from the `pyvo` package. \n",
302302
"\n",
303303
"Next, provide authorization for the current RSP session, since the Rubin DP1 imaging is proprietary. Do this using the `get_pyvo_auth` function.\n",
304304
"\n",

0 commit comments

Comments
 (0)