Skip to content

Commit 56c3006

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ eq = ICRSCoords(deg2rad(178.90417), deg2rad(0.66278))
103103
gal = convert(GalCoords, eq)
104104

105105
dustmap = SFD98Map()
106-
ebv = dustmap(rad2deg(gal.l), rad2deg(gal.b))
106+
ebv = dustmap(gal.l, gal.b)
107107
Av = 3.1 * ebv
108108
println("E(B-V) = ", round(ebv, digits=4), " Av = ", round(Av, digits=4), " mag")
109109

0 commit comments

Comments
 (0)