Skip to content

Commit

Permalink
Merge pull request #143 from annierose3/transfer_uvis_pam_corrections
Browse files Browse the repository at this point in the history
Transfer uvis pam corrections
  • Loading branch information
annierose3 authored Nov 22, 2023
2 parents 6b7389d + dd9ec3c commit 0052dde
Show file tree
Hide file tree
Showing 20 changed files with 61 additions and 2,425 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_html_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:

workflow_dispatch:

permissions:
contents: write
id-token: write


jobs:
Generate_HTML:
if: github.event.pull_request.merged == true
Expand Down
12 changes: 6 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# STScI Notebook Repository HQ
# STScI HST Notebook Repository HQ
This page provides links to notebooks created by various Hubble Space
Telescope instrument teams and software groups, including:

[Advanced Camera for Surveys (ACS)](https://www.stsci.edu/hst/instrumentation/acs);
- [Advanced Camera for Surveys (ACS)](https://www.stsci.edu/hst/instrumentation/acs)

[Cosmic Origins Spectrograph (COS)](https://www.stsci.edu/hst/instrumentation/cos);
- [Cosmic Origins Spectrograph (COS)](https://www.stsci.edu/hst/instrumentation/cos)

[DrizzlePac](https://www.stsci.edu/scientific-community/software/drizzlepac);
- [DrizzlePac](https://www.stsci.edu/scientific-community/software/drizzlepac)

[Near Infrared Camera and Multi-Object Spectrometer (NICMOS)](https://www.stsci.edu/hst/instrumentation/legacy/nicmos);
- [Near Infrared Camera and Multi-Object Spectrometer (NICMOS)](https://www.stsci.edu/hst/instrumentation/legacy/nicmos)

[Space Telescope Imaging Spectrograph (STIS)](https://www.stsci.edu/hst/instrumentation/stis);
- [Space Telescope Imaging Spectrograph (STIS)](https://www.stsci.edu/hst/instrumentation/stis)
2 changes: 2 additions & 0 deletions notebooks/ACS/acs_cte_forward_model/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ astroquery==0.4.6
matplotlib==3.7.0
numpy==1.23.4
photutils==1.6.0
crds==11.17.7
stsci.tools==4.1.0
3 changes: 2 additions & 1 deletion notebooks/ACS/acs_findsat_mrt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
acstools==3.5.0
acstools==3.6.1
astropy==5.2.1
astroquery==0.4.6
matplotlib==3.7.0
numpy==1.23.4
photutils==1.9.0
1 change: 1 addition & 0 deletions notebooks/ACS/acs_pixel_area_maps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ stsci.imagestats==1.6.3
stsci.skypac==1.0.9
stsci.stimage==0.2.6
stsci.tools==4.0.1
matplotlib==3.7.0
2 changes: 2 additions & 0 deletions notebooks/ACS/acs_reduction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
astropy==5.2.1
astroquery==0.4.6
stwcs==1.7.2
crds==11.17.0
matplotlib==3.7.0
2 changes: 1 addition & 1 deletion notebooks/ACS/acs_saturation_trails/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ astroquery==0.4.6
matplotlib==3.7.0
numpy==1.23.4
photutils==1.6.0
scipy==1.9.1
scipy==1.11.3
stsci.image==2.3.5
stsci.imagestats==1.6.3
stsci.skypac==1.0.9
Expand Down
1 change: 1 addition & 0 deletions notebooks/ACS/acs_subarrays/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ acstools==3.5.0
astropy==5.2.1
astroquery==0.4.6
stwcs==1.7.2
crds==11.17.0
2 changes: 1 addition & 1 deletion notebooks/COS/Extract/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ astroquery==0.4.6
calcos==3.4.4
matplotlib==3.7.0
numpy==1.23.4
scipy==1.9.1
scipy==1.10.0
2 changes: 1 addition & 1 deletion notebooks/COS/LSF/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ astropy==5.2.1
astroquery==0.4.6
matplotlib==3.7.0
numpy==1.23.4
scipy==1.9.1
scipy==1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
" elif feature == 'disk':\n",
" if ('disk_width' not in kwargs) or ('disk_height' not in kwargs):\n",
" raise NameError(\"Disk width and/or height not specified.\")\n",
" el = Ellipse((0, 0), kwargs['disk_width'], kwargs['disk_height'], -orient-45+featurepa, fill=0, fc=None, lw=5, ec='magenta') # angle was incorrectly featurepa+90\n",
" el = Ellipse((0, 0), kwargs['disk_width'], kwargs['disk_height'], angle=-orient-45+featurepa, fill=0, fc=None, lw=5, ec='magenta') # angle was incorrectly featurepa+90\n",
" ax_cart.add_patch(el)\n",
"\n",
" else:\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/STIS/cross-correlation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ astropy==5.2.1
astroquery==0.4.6
matplotlib==3.7.0
numpy==1.23.4
scipy==1.9.1
scipy==1.10.0
stistools==1.4.4
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions notebooks/STIS/view_data/view_data.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions notebooks/WFC3/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WFC3Library
===========
WFC3 Notebooks
==============

Here the user will find the latest Python-based software notebooks for the Wide
Field Camera 3 (WFC3) on the Hubble Space Telescope (HST). For our primary WFC3
Expand Down
Loading

0 comments on commit 0052dde

Please sign in to comment.