Skip to content

Commit

Permalink
Added Lyman-alpha to spectroscopy line list
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsantos committed Apr 6, 2018
1 parent f819e7c commit 04b3b53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sunburn/spectroscopy.py
Expand Up @@ -68,6 +68,8 @@ class COSFUVLineList(object):
"""
def __init__(self, wavelength_shift=0.0, range_factor=1.0):
self.lines = {
'H I': [Line(1215.6702, line_width=1.3)],

'C III': [Line(1174.93, formation_temperature=10 ** 4.8),
Line(1175.26),
Line(1175.59),
Expand Down

0 comments on commit 04b3b53

Please sign in to comment.