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

Add wavelength adjustment nb to the toc.yml #307

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
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ parts:
- file: notebooks/HASP/CoaddTutorial/CoaddTutorial.ipynb
- file: notebooks/HASP/FluxScaleTutorial/FluxScaleTutorial.ipynb
- file: notebooks/HASP/DataDiagnostic/DataDiagnostics.ipynb
- file: notebooks/HASP/WavelengthAdjustment/WavelengthAdjustment.ipynb
- caption: NICMOS
chapters:
- file: notebooks/NICMOS/nicmos_unit_conversion/nicmos_unit_conversion.ipynb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"## Learning Goals:\n",
"\n",
"By the end of this tutorial, you will learn how to: \n",
"By the end of this tutorial, you will learn how to:\n",
"\n",
"- Determine if you must make wavelength adjustments based on your coadded product\n",
"\n",
Expand Down Expand Up @@ -2660,7 +2660,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
Loading