Skip to content

Commit

Permalink
Update to comments about F99 coefficients
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Oct 30, 2017
1 parent 06f5a45 commit e50bc57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dust_extinction/dust_extinction.py
Expand Up @@ -973,6 +973,14 @@ def evaluate(self, in_x, Rv):
5470.0,4670.0,4110.0])

# determine optical/IR values at spline points
# Final term has a "-1.208" in Table 4 of F99, but then does
# not reproduce Table 3.
# Indications are that this is not correct from fm_unred.pro
# which is based on FMRCURVE.pro distributed by Fitzpatrick.
# --> confirmation needed
#
# Also, fm_unred.pro has different coeff and # of terms, possible
# update --> check with Fitzpatrick
opt_axebv_y = np.array([-0.426 + 1.0044*Rv,
-0.050 + 1.0016*Rv,
0.701 + 1.0016*Rv,
Expand Down

0 comments on commit e50bc57

Please sign in to comment.