Skip to content

Commit

Permalink
Update dependencies of datadiagnostics nb
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Aug 30, 2024
1 parent 6a92a0d commit 392edb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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 392edb0

Please sign in to comment.