Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions notebooks/ACS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Before running these examples, you **must** follow the general instructions on c

* [**acs_grism_extraction_fullframe**](https://spacetelescope.github.io/hst_notebooks/notebooks/ACS/acs_grism_extraction_fullframe/slitlessutils_ACSWFC_fullframe_extraction.html): This notebook contains a step-by-step guide for performing spectral extractions with `Slitlessutils` for G800L full frame data from ACS/WFC.

* [**acs_grism_extraction_subarray**](https://spacetelescope.github.io/hst_notebooks/notebooks/ACS/acs_grism_extraction_subarray/slitlessutils_ACSWFC_subarray_extraction.html): This notebook contains a step-by-step guide for performing spectral extractions with `Slitlessutils` for G800L subarray data from ACS/WFC.

## Contributing

New contributions and feedback are very welcomed! Please open a new [issue](https://github.com/spacetelescope/hst_notebooks/issues) or new pull request for bugs, feedback, or new features you would like to see. If there is an issue you would like to work on, please leave a comment and we will be happy to assist. Questions can also be sent to the ACS team through the [HST Help Desk](https://stsci.service-now.com/hst).
10 changes: 9 additions & 1 deletion notebooks/ACS/acs_etc_cte/acs_etc_cte.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[Top of Page](#top)\n",
"### For more help:\n",
"\n",
"More details may be found on the [ACS website](http://www.stsci.edu/hst/instrumentation/acs) and in the [ACS Instrument](https://hst-docs.stsci.edu/display/ACSIHB) and [Data Handbooks](https://hst-docs.stsci.edu/acsdhb).\n",
"\n",
"Please visit the [HST Help Desk](http://hsthelp.stsci.edu). Through the help desk portal, you can explore the HST Knowledge Base and request additional help from experts.\n",
Comment thread
cshanahan1 marked this conversation as resolved.
Outdated
"\n",
"<hr>\n",
"\n",
"[Top of Page](#title_ID)\n",
"<img style=\"float: right;\" src=\"https://raw.githubusercontent.com/spacetelescope/hst_notebooks/main/assets/stsci_pri_combo_mark_horizonal_white_bkgd.png\" alt=\"Space Telescope Logo\" width=\"200px\"/> "
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,75 +111,71 @@
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"metadata": {},
"source": [
"<a id=\"import\"></a>\n",
"## 1.2 Imports \n",
" \n",
"\n",
"For this notebook we import:\n",
"\n",
"<table style=\"margin-left: 0; margin-right: auto; border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <th style=\"text-align: left; padding: 6px;\">Package</th>\n",
" <th style=\"text-align: left; padding: 6px;\">Purpose</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>glob</code></td>\n",
" <td style=\"padding: 6px;\">File handling</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>matplotlib.pyplot</code></td>\n",
" <td style=\"padding: 6px;\">Displaying images and plotting spectrum</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>numpy</code></td>\n",
" <td style=\"padding: 6px;\">Handling arrays</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>os</code></td>\n",
" <td style=\"padding: 6px;\">System commands</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>shutil</code></td>\n",
" <td style=\"padding: 6px;\">File and directory clean up</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>astropy.io.fits</code></td>\n",
" <td style=\"padding: 6px;\">Reading and modifying/creating FITS files</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>astropy.visualization</code></td>\n",
" <td style=\"padding: 6px;\">Various tools for display FITS images</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>astropy.wcs.WCS</code></td>\n",
" <td style=\"padding: 6px;\">Handling WCS objects</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>astroquery.mast.Observations</code></td>\n",
" <td style=\"padding: 6px;\">Downloading RAW and FLT data from MASTs</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>drizzlepac.astrodrizzle</code></td>\n",
" <td style=\"padding: 6px;\">Creating a mosaic for the direct image filter</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>pyregions</code></td>\n",
" <td style=\"padding: 6px;\">Overlaying DS9-formatted regions</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>slitlessutils</code></td>\n",
" <td style=\"padding: 6px;\">Handling preprocessing and spectral extraction</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n"
"<table style=\"margin-left: 0; margin-right: auto; border-collapse: collapse; border: 1px solid #ccc;\">\n",
"<thead>\n",
"<tr>\n",
"<th style=\"text-align: left; padding: 6px; border: 1px solid #ccc;\">Package</th>\n",
"<th style=\"text-align: left; padding: 6px; border: 1px solid #ccc;\">Purpose</th>\n",
"</tr>\n",
"</thead>\n",
"<tbody>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>glob</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">File handling</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>matplotlib.pyplot</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Displaying images and plotting spectrum</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>numpy</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling arrays</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>os</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">System commands</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>shutil</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">File and directory clean up</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.io.fits</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Reading and modifying/creating FITS files</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.visualization</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Various tools for display FITS images</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.wcs.WCS</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling WCS objects</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astroquery.mast.Observations</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Downloading RAW and FLT data from MAST</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>drizzlepac.astrodrizzle</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Creating a mosaic for the direct image filter</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>pyregions</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Overlaying DS9-formatted regions</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>slitlessutils</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling preprocessing and spectral extraction</td>\n",
"</tr>\n",
"</tbody>\n",
"</table>"
]
},
{
Expand Down Expand Up @@ -1076,8 +1072,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[Top of Page](#top)\n",
"<img style=\"float: right;\" src=\"https://raw.githubusercontent.com/spacetelescope/hst_notebooks/main/assets/stsci_pri_combo_mark_horizonal_white_bkgd.png\" alt=\"Space Telescope Logo\" width=\"200px\\\"/>"
"### For more help:\n",
"\n",
"More details may be found on the [ACS website](http://www.stsci.edu/hst/instrumentation/acs) and in the [ACS Instrument](https://hst-docs.stsci.edu/display/ACSIHB) and [Data Handbooks](https://hst-docs.stsci.edu/acsdhb).\n",
"\n",
"Please visit the [HST Help Desk](http://hsthelp.stsci.edu). Through the help desk portal, you can explore the HST Knowledge Base and request additional help from experts.\n",
"\n",
"<hr>\n",
"\n",
"[Top of Page](#titleImageReduction)\n",
"<img style=\"float: right;\" src=\"https://raw.githubusercontent.com/spacetelescope/hst_notebooks/main/assets/stsci_pri_combo_mark_horizonal_white_bkgd.png\" alt=\"Space Telescope Logo\" width=\"200px\"/> "
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,75 +112,71 @@
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"metadata": {},
"source": [
"<a id=\"import\"></a>\n",
"## 1.2 Imports \n",
" \n",
"\n",
"For this notebook we import:\n",
"\n",
"<table style=\"margin-left: 0; margin-right: auto; border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <th style=\"text-align: left; padding: 6px;\">Package</th>\n",
" <th style=\"text-align: left; padding: 6px;\">Purpose</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>glob</code></td>\n",
" <td style=\"padding: 6px;\">File handling</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>matplotlib.pyplot</code></td>\n",
" <td style=\"padding: 6px;\">Displaying images and plotting spectrum</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>numpy</code></td>\n",
" <td style=\"padding: 6px;\">Handling arrays</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>os</code></td>\n",
" <td style=\"padding: 6px;\">System commands</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>shutil</code></td>\n",
" <td style=\"padding: 6px;\">File and directory clean up</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>astropy.io.fits</code></td>\n",
" <td style=\"padding: 6px;\">Reading and modifying/creating FITS files</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>astropy.visualization</code></td>\n",
" <td style=\"padding: 6px;\">Various tools for display FITS images</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>astropy.wcs.WCS</code></td>\n",
" <td style=\"padding: 6px;\">Handling WCS objects</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>astroquery.mast.Observations</code></td>\n",
" <td style=\"padding: 6px;\">Downloading FLT data from MAST</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>drizzlepac.astrodrizzle</code></td>\n",
" <td style=\"padding: 6px;\">Creating a mosaic for the direct image filter</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>pyregions</code></td>\n",
" <td style=\"padding: 6px;\">Overlaying DS9-formatted regions</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"padding: 6px;\"><code>slitlessutils</code></td>\n",
" <td style=\"padding: 6px;\">Handling preprocessing and spectral extraction</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n"
"<table style=\"margin-left: 0; margin-right: auto; border-collapse: collapse; border: 1px solid #ccc;\">\n",
"<thead>\n",
"<tr>\n",
"<th style=\"text-align: left; padding: 6px; border: 1px solid #ccc;\">Package</th>\n",
"<th style=\"text-align: left; padding: 6px; border: 1px solid #ccc;\">Purpose</th>\n",
"</tr>\n",
"</thead>\n",
"<tbody>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>glob</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">File handling</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>matplotlib.pyplot</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Displaying images and plotting spectrum</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>numpy</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling arrays</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>os</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">System commands</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>shutil</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">File and directory clean up</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.io.fits</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Reading and modifying/creating FITS files</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.visualization</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Various tools for display FITS images</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.wcs.WCS</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling WCS objects</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astroquery.mast.Observations</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Downloading FLT data from MAST</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>drizzlepac.astrodrizzle</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Creating a mosaic for the direct image filter</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>pyregions</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Overlaying DS9-formatted regions</td>\n",
"</tr>\n",
"<tr>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>slitlessutils</code></td>\n",
"<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling preprocessing and spectral extraction</td>\n",
"</tr>\n",
"</tbody>\n",
"</table>"
]
},
{
Expand Down Expand Up @@ -1140,16 +1136,17 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[Top of Page](#top)\n",
"<img style=\"float: right;\" src=\"https://raw.githubusercontent.com/spacetelescope/hst_notebooks/main/assets/stsci_pri_combo_mark_horizonal_white_bkgd.png\" alt=\"Space Telescope Logo\" width=\"200px\\\"/>"
"### For more help:\n",
"\n",
"More details may be found on the [ACS website](http://www.stsci.edu/hst/instrumentation/acs) and in the [ACS Instrument](https://hst-docs.stsci.edu/display/ACSIHB) and [Data Handbooks](https://hst-docs.stsci.edu/acsdhb).\n",
"\n",
"Please visit the [HST Help Desk](http://hsthelp.stsci.edu). Through the help desk portal, you can explore the HST Knowledge Base and request additional help from experts.\n",
"\n",
"<hr>\n",
"\n",
"[Top of Page](#titleImageReduction)\n",
"<img style=\"float: right;\" src=\"https://raw.githubusercontent.com/spacetelescope/hst_notebooks/main/assets/stsci_pri_combo_mark_horizonal_white_bkgd.png\" alt=\"Space Telescope Logo\" width=\"200px\"/> "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading