-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
] | ||
}, | ||
{ | ||
|
@@ -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, | ||
|
@@ -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": { | ||
|
@@ -948,7 +949,7 @@ | |
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.10.14" | ||
"version": "3.11.10" | ||
} | ||
}, | ||
"nbformat": 4, | ||
|