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

Testing #163

Merged
merged 2 commits into from
Oct 5, 2023
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
2 changes: 1 addition & 1 deletion notebooks/mos-spectroscopy/MOSspec_sv06_revised.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"## Introduction\n",
"\n",
"This notebook will perform a seris of spectroscopic analyses on multiple spectra, including smoothing, continuum fitting and subtraction, line identification, centroiding and flux measurements, gaussian fitting, equivalent widths, and template fitting.\n",
"\n",
"\n ",
"\n",
"**Note:** This notebook is intended to ultimately be compatible with the final data products (1D and 2D spectra) from the JWST pipeline. These data products are not available yet, so the notebook uses LEGA-C data (van der Wel et al. 2016, Straatmann et al. 2018) for now.\n",
"\n",
Expand Down
8 changes: 4 additions & 4 deletions notebooks/mos-spectroscopy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas==0.25.2
astropy==4.0
specutils==0.7
matplotlib==3.1.1
pandas>=0.25.2
astropy>=4.0
specutils>=0.7
matplotlib>=3.1.1
Loading