Skip to content

Commit

Permalink
Hasp notebooks dependency updates (#306)
Browse files Browse the repository at this point in the history
* Update Coadd nb dependencies

* Update dependencies of datadiagnostics nb
  • Loading branch information
haticekaratay authored Sep 3, 2024
1 parent c2d361b commit 765c944
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions notebooks/HASP/CoaddTutorial/CoaddTutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"metadata": {},
"source": [
"By the end of this tutorial, you will learn how to:\n",
"- Setup a `conda` environment\n",
"- Setup a `conda` environment \n",
"\n",
"- Download the HASP wrapper script\n",
"\n",
Expand Down Expand Up @@ -1552,7 +1552,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/HASP/CoaddTutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ astropy>=5.2.1
ullyses>=4.0.0
hasp>=0.9.6
numpy>=1.25.2
matplotlib==3.7.0
matplotlib>=3.7.0
astroquery>=0.4.6
scipy>=1.10.0
ipympl==0.9.3
4 changes: 2 additions & 2 deletions notebooks/HASP/DataDiagnostic/DataDiagnostics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"## Learning Goals\n",
"\n",
"By the end of this tutorial, you will:\n",
"- Understand the reasons an input spectrum may be rejected from a co-added data product\n",
"- Understand the reasons an input spectrum may be rejected from a co-added data product \n",
"- Learn how to examine output logs from `coadd` and header keywords from COS and STIS data products to determine which datasets were rejected\n",
"- Know how to plot co-added spectra and the constituent datasets\n",
"- Be able to re-run `coadd` with the default rejection criteria turned off to create custom co-additions"
Expand Down Expand Up @@ -1597,7 +1597,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions notebooks/HASP/DataDiagnostic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astropy==5.3.3
matplotlib==3.7.2
numpy==1.23.4
ipympl==0.9.3
astropy>=5.3.3
matplotlib>=3.7.2
numpy>=1.23.4
ipympl>=0.9.3
ullyses>=4.0.0
hasp>=0.9.6

0 comments on commit 765c944

Please sign in to comment.