From 44d17e9013b9977f765c92d22654d3523cd2b3f0 Mon Sep 17 00:00:00 2001 From: Hatice Karatay Date: Fri, 2 Aug 2024 12:13:27 -0400 Subject: [PATCH] Revert align_multiple_visits as it has another PR --- .../align_multiple_visits.ipynb | 8 ++++---- .../align_multiple_visits/requirements.txt | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/notebooks/DrizzlePac/align_multiple_visits/align_multiple_visits.ipynb b/notebooks/DrizzlePac/align_multiple_visits/align_multiple_visits.ipynb index 8bc5b6890..22e1d7734 100644 --- a/notebooks/DrizzlePac/align_multiple_visits/align_multiple_visits.ipynb +++ b/notebooks/DrizzlePac/align_multiple_visits/align_multiple_visits.ipynb @@ -22,7 +22,7 @@ "\n", "This notebook demonstrates how to use `TweakReg` and `AstroDrizzle` tasks to align and combine images. While this example focuses on ACS/WFC data, the procedure can be almost identically applied to WFC3/UVIS images. This notebook is based on [a prior example](http://documents.stsci.edu/hst/HST_overview/documents/DrizzlePac/ch75.html) from the 2012 [DrizzlePac Handbook](http://documents.stsci.edu/hst/HST_overview/documents/DrizzlePac/toc.html), but has been updated for compatibility with the STScI AstroConda software distribution. There is a good deal of explanatory text in this notebook, and users new to DrizzlePac are encouraged to start with this tutorial. Additional DrizzlePac software documentation is available at [the readthedocs webpage](https://drizzlepac.readthedocs.io).\n", "\n", - "Before running the notebook, you will need to install the `astroquery` package, which is used to retrieve the data from the MAST archive and the `ccdproc` package which is used to query the image headers. \n", + "Before running the notebook, you will need to install the `astroquery` package, which is used to retrieve the data from the MAST archive and the `ccdproc` package which is used to query the image headers. \n", "\n", "Summary of steps:\n", "\n", @@ -620,7 +620,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -634,9 +634,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.4" + "version": "3.6.6" } }, "nbformat": 4, - "nbformat_minor": 4 + "nbformat_minor": 2 } diff --git a/notebooks/DrizzlePac/align_multiple_visits/requirements.txt b/notebooks/DrizzlePac/align_multiple_visits/requirements.txt index 63091b33e..9927ef4bf 100644 --- a/notebooks/DrizzlePac/align_multiple_visits/requirements.txt +++ b/notebooks/DrizzlePac/align_multiple_visits/requirements.txt @@ -1,6 +1,6 @@ -astropy>=5.3.3 -astroquery>=0.4.6 -drizzlepac>=3.5.1 -ipython>=8.11.0 -matplotlib>=3.7.0 -photutils==1.12.0 # The drizzlepac needs deprecated methods such as DAOGroup. +astropy==5.3.3 +astroquery==0.4.6 +drizzlepac==3.5.1 +ipython==8.11.0 +matplotlib==3.7.0 +photutils==1.12.0