Skip to content

Commit

Permalink
corrected typos in mast api cell
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevalski committed Dec 18, 2024
1 parent 4475bde commit b9212f4
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1055,8 +1055,7 @@
"os.chdir(data_dir)\n",
"file_suffix = ['flc']\n",
"dataURIs = mast_api_psf.make_dataURIs(obs, detector=detector, file_suffix=file_suffix)\n",
"# filename = mast_api_psf.download_request(dataURIs, filename='mastDownload.tar.gz', download_type='bundle.tar.gz')\n",
"filename = filename = mast_api_psf.download_request_bundle(dataURIs, filename='mastDownload.tar.gz')\n",
"filename = mast_api_psf.download_request_bundle(dataURIs, filename='mastDownload.tar.gz')\n",
"tar = tarfile.open(filename, 'r:gz')\n",
"path_mast = tar.getnames()[0]\n",
"tar.extractall()\n",
Expand Down Expand Up @@ -1503,7 +1502,7 @@
"\n",
"**Author:** Mitchell Revalski<br>\n",
"**Created:** 15 Apr 2024<br>\n",
"**Updated:** 11 Dec 2024<br>\n",
"**Updated:** 18 Dec 2024<br>\n",
"**Source:** [https://github.com/spacetelescope/hst_notebooks](https://github.com/spacetelescope/hst_notebooks)\n",
"\n",
"<a id=\"additional\"></a>\n",
Expand Down Expand Up @@ -1533,7 +1532,7 @@
"<a id=\"history\"></a>\n",
"### Version History\n",
"- 05 Jun 2024: First release of the `hst_point_spread_function.ipynb` notebook, utilizing `astropy v6.0.1`, `numpy v1.26.4`, and `photutils v1.12.0`.\n",
"- 11 Dec 2024: Updated the functions in `mast_api_psf.py`, and the corresponding function calls in the notebook, to match those published in [download_psf_cutouts.ipynb](https://spacetelescope.github.io/hst_notebooks/notebooks/WFC3/mast_api_psf/download_psf_cutouts.html).\n",
"- 18 Dec 2024: Updated the functions in `mast_api_psf.py`, and the corresponding function calls in the notebook, to match those published in [download_psf_cutouts.ipynb](https://spacetelescope.github.io/hst_notebooks/notebooks/WFC3/mast_api_psf/download_psf_cutouts.html).\n",
"***\n",
"\n",
"[Top of Page](#top)\n",
Expand Down

0 comments on commit b9212f4

Please sign in to comment.