Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hasp notebooks dependency updates #306

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading