Skip to content

Commit 528b74f

Browse files
icweavercgarling
andauthored
Update docs/src/tutorials/multi-wavelength-spectroscopy.md
Co-authored-by: Chris Garling <chris.t.garling@gmail.com>
1 parent d00ac88 commit 528b74f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/src/tutorials/multi-wavelength-spectroscopy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ sigma_raw = map(iv -> iv > 0 ? 1/sqrt(iv) : 0.0, ivar)
5252
# Attach units + Measurements.jl uncertainties
5353
flux_meas = ((flux_raw sigma_raw) .* 1e-17) * u"erg/s/cm^2/angstrom"
5454

55-
using Spectra
5655
spec = spectrum(wave_aa, flux_meas)
5756

5857
println("Wavelength : ", round(wave_raw[1], digits=1),

0 commit comments

Comments
 (0)