Skip to content

Commit

Permalink
fixed pds download
Browse files Browse the repository at this point in the history
  • Loading branch information
amystamile-usgs committed May 16, 2024
1 parent 1e779fc commit 6acfc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/csm-stack/knoten-camera-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"outputs": [],
"source": [
"data_dir = '../data/image_to_ground'\n",
"filename = os.path.join(data_dir, \"M114145549LE.IMG\")\n",
"filename = os.path.join(data_dir, \"B10_013341_1010_XN_79S172W.IMG\")\n",
"\n",
"downloader = urllib.request.URLopener()\n",
"downloader.retrieve(\" \", filename)"
"downloader.retrieve(\"https://asc-pds-mars-reconnaissance-orbiter.s3.us-west-2.amazonaws.com/CTX/mrox_0826/data/B10_013341_1010_XN_79S172W.IMG\", filename)"
]
},
{
Expand Down

0 comments on commit 6acfc61

Please sign in to comment.