Skip to content

Commit

Permalink
narrative updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ttdu committed Oct 16, 2024
1 parent 1ce5d5c commit dd80779
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions notebooks/SDSS/MaNGA_HST_tutorial/MaNGA_HST_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -508,16 +508,15 @@
" # Recommended Products\n",
" productGroupDescription=\"Minimum Recommended Products\", \n",
" # Select DRZ files - the calibrated combined images\n",
" productSubGroupDescription='DRZ')"
" productSubGroupDescription='DRZ')\n",
"hst_products"
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"hst_products"
"With our products selected, we can proceed to download. We'll use `flat=True` to put them all into the same directory."
]
},
{
Expand Down Expand Up @@ -629,6 +628,13 @@
"hst_image = make_lupton_rgb(r*0.1, g, b*2.5, Q=4, stretch=0.75)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Our reprojection and colorization is complete! Let's now plot the image."
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -914,22 +920,17 @@
"\n",
"<a id=\"About\"></a>\n",
"\n",
"**Author(s):** Julie Imig ([email protected]), Brian Cherinka ([email protected])<br>\n",
"**Keyword(s):** Tutorial, SDSS, MaNGA, HST, galaxies <br>\n",
"For questions or issues with this notebook, you can open a github issue or email [email protected].\n",
"\n",
"**Authors:** Julie Imig, Brian Cherinka <br>\n",
"**Keywords:** Tutorial, SDSS, MaNGA, HST, galaxies <br>\n",
"**First published:** October 2024 <br>\n",
"**Last updated:** October 2024 <br>\n",
"\n",
"***\n",
"[Top of Page](#top)\n",
"<img style=\"float: right;\" src=\"https://raw.githubusercontent.com/spacetelescope/style-guides/master/guides/images/stsci-logo.png\" alt=\"Space Telescope Logo\" width=\"200px\"/> "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -948,7 +949,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit dd80779

Please sign in to comment.