Skip to content

Commit b858e3e

Browse files
committed
chapter links
1 parent 4d1f5c7 commit b858e3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

2_WavelengthCalibration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
}
181181
},
182182
"source": [
183-
"We re-create our trace model from the [Spectroscopic Trace Tutorial](Spectroscopic%20Trace%20Tutorial.ipynb) using the fitted models.\n",
183+
"We re-create our trace model from the [Spectroscopic Trace Tutorial](1_SpectroscopicTraceTutorial.ipynb) using the fitted models.\n",
184184
"\n",
185185
"(We could have used the empirical trace directly, which might result in slightly improved noise characteristics, but for simplicity - and to make the two notebooks independently usable - we use the fitted polynomial & Gaussian models here)"
186186
]

3_Trace_Extract_Wavelength-CalibrateSpectrum.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Spectroscopic Data Reduction Part 3: Extracting the final wavelength-calibrated spectrum \n",
88
"\n",
9-
"This tutorial assumes you have gone through the [Trace](1_SpectroscopicTraceTutorial.ipynb) and [Wavelength Calibration](2_WavelengthCalibration) tutorials and have their results available.\n",
9+
"This tutorial assumes you have gone through the [Trace](1_SpectroscopicTraceTutorial.ipynb) and [Wavelength Calibration](2_WavelengthCalibration.ipynb) tutorials and have their results available.\n",
1010
"\n",
1111
"## Authors\n",
1212
"Adam Ginsburg, Kelle Cruz, Lia Corrales, Jonathan Sick, Adrian Price-Whelan\n",
@@ -29,7 +29,7 @@
2929
"source": [
3030
"## Extract the science spectrum\n",
3131
"\n",
32-
"First, we repeat the trace-and-extract process derived in [Part 1](1-SpectroscopicTraceTutorial.ipynb), but now for Deneb:"
32+
"First, we repeat the trace-and-extract process derived in [Part 1](1_SpectroscopicTraceTutorial.ipynb), but now for Deneb:"
3333
]
3434
},
3535
{

0 commit comments

Comments
 (0)