Skip to content

Commit

Permalink
Corrected HTML Link (#340)
Browse files Browse the repository at this point in the history
* corrected html link

* Consequenceless change to notebook to trigger CI/html generation

---------

Co-authored-by: gibsongreen <[email protected]>
  • Loading branch information
mrevalski and gibsongreen authored Dec 23, 2024
1 parent 2ecb653 commit c54c457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/DrizzlePac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Drizzling Features:
- [Creating HST mosaics observed with multiple detectors](https://spacetelescope.github.io/hst_notebooks/notebooks/DrizzlePac/align_mosaics/align_mosaics.html)
- [Using Sky Matching features for HST mosaics](https://spacetelescope.github.io/hst_notebooks/notebooks/DrizzlePac/sky_matching/sky_matching.html)
- [Masking satellite trails prior to drizzling](https://spacetelescope.github.io/hst_notebooks/notebooks/DrizzlePac/mask_satellite/mask_satellite.html)
- [Drizzling new WFPC2 flt data products](https://spacetelescope.github.io/hst_notebooks/notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb)
- [Drizzling new WFPC2 flt data products](https://spacetelescope.github.io/hst_notebooks/notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.html)

For more information, see the [DrizzlePac Handbook](https://hst-docs.stsci.edu/drizzpac) and the [readthedocs](https://drizzlepac.readthedocs.io/en/latest/) software documentation. For additional assistance with DrizzlePac tools, users may submit a ticket to the [STScI Help Desk](https://stsci.service-now.com/hst?id=hst_index) and should select the DrizzlePac category.

Expand Down
2 changes: 1 addition & 1 deletion notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from astroquery.mast import Observations\n",
"from astropy.io import fits\n",
"from astropy.table import Table\n",
"from astropy.io import fits\n",
"from astropy.visualization import LogStretch, ImageNormalize\n",
"from IPython.display import Image, clear_output\n",
"from photutils.aperture import CircularAnnulus, CircularAperture, ApertureStats, aperture_photometry\n",
Expand Down

0 comments on commit c54c457

Please sign in to comment.