Skip to content

Commit

Permalink
Revised sky matching notebook (#284)
Browse files Browse the repository at this point in the history
* Delete notebooks/DrizzlePac/sky_matching/MDRIZSKY_Values.png

this figure is no longer needed in the new version of the notebook.  We instead make the figure manually

* Delete notebooks/DrizzlePac/sky_matching/drz.list

The file is no longer needed in the new version of the notebook. Instead we manually generate the list of DRZs to be passed to the functions

* Update sky_matching.ipynb

updated workflow and markdown text

* Update requirements.txt

the notebook no longer depends on ccdproc or stwcs

* Update requirements.txt

pinning photutils to see if it fixes the error in the CI

* Update sky_matching.ipynb

made changes suggested by Hatice

* Update requirements.txt

* Remove deprecated show_in_notebook method

---------

Co-authored-by: Hatice Karatay <[email protected]>
  • Loading branch information
bjkuhn and haticekaratay authored Aug 5, 2024
1 parent 3f3454f commit d67d9e1
Show file tree
Hide file tree
Showing 4 changed files with 608 additions and 236 deletions.
Binary file not shown.
9 changes: 0 additions & 9 deletions notebooks/DrizzlePac/sky_matching/drz.list

This file was deleted.

16 changes: 7 additions & 9 deletions notebooks/DrizzlePac/sky_matching/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
astropy==5.3.3
astroquery==0.4.6
ccdproc==2.4.0
drizzlepac==3.5.1
ipython==8.11.0
matplotlib==3.7.0
photutils==1.12.0
pandas==1.5.3
stwcs==1.7.2
astropy>=5.3.3
astroquery>=0.4.6
drizzlepac>=3.5.1
ipython>=8.11.0
matplotlib>=3.7.0
pandas>=1.5.3
photutils==1.12.0 # The drizzlepac needs deprecated methods such as DAOGroup.
Loading

0 comments on commit d67d9e1

Please sign in to comment.