Skip to content

Commit

Permalink
add the lower level excitation potential to the pretty-printed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwheeler committed Oct 11, 2024
1 parent 925ca5a commit 66d0779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linelist.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ end
function Base.show(io::IO, ::MIME"text/plain", line::Line)
show(io, line.species)
print(io, " ", round(line.wl * 1e8; digits=6), " Å (log gf = ", round(line.log_gf; digits=2),
")")
", χ = ", round(line.E_lower; digits=2), " eV)")
end

# make it broadcast like a scalar
Expand Down

0 comments on commit 66d0779

Please sign in to comment.