Skip to content

Commit

Permalink
Updating Ak/Av
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Mar 24, 2020
1 parent 902094f commit d255ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dust_extinction/averages.py
Expand Up @@ -686,11 +686,11 @@ class I05_MWAvg(BaseExtAveModel):
)
obsdata_axav = np.array(
[2.50, 1.55, 1.00, 0.56, 0.43, 0.43, 0.43]
) / 8.5 # alak = 8.5
) * 0.112 # ak/av = 0.112 (F19, Rv = 3.1)

obsdata_axav_unc = np.array(
[0.15, 0.08, 0.0, 0.06, 0.08, 0.10, 0.10]
) / 8.5 # alak = 8.5
) * 0.112 # ak/av = 0.112 (F19, Rv = 3.1)
# fmt: on

# accuracy of the observed data based on published table
Expand Down

0 comments on commit d255ea4

Please sign in to comment.