Skip to content

Commit

Permalink
Merge pull request #209 from kmlgould/master
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer authored Feb 16, 2024
2 parents aca0adc + 660af26 commit 9de8443
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grizli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2138,6 +2138,12 @@ def get_line_wavelengths():
line_wavelengths['CI-9580'] = [9850.26]
line_ratios['CI-9580'] = [1.]


# Sodium D I lines from Davies 2023
# https://arxiv.org/abs/2310.17939v2
line_wavelengths['NaDI']=[5891.,5897.]
line_ratios['NaDI']=[1.,1.]

# Hutchinson
# https://iopscience.iop.org/article/10.3847/1538-4357/ab22a2
line_wavelengths['CIII-1906x'] = [1906.683, 1908.734]
Expand Down

0 comments on commit 9de8443

Please sign in to comment.