Skip to content

Commit

Permalink
Revert align_multiple_visits as it has another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Aug 2, 2024
1 parent bc3c1d7 commit 44d17e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -620,7 +620,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -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
}
12 changes: 6 additions & 6 deletions notebooks/DrizzlePac/align_multiple_visits/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 44d17e9

Please sign in to comment.