Skip to content

Commit

Permalink
analysis.attenuation: Fix typo (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 3, 2020
1 parent 3f13ccb commit 7234f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/analysis/attenuation.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def compute_EBV(fitspath, use_revised=False):
HDELTA = combine_asc[HD+'_Flux_Observed'].data

HgHb = HGAMMA / HBETA
HdHb = HGAMMA / HBETA
HdHb = HDELTA / HBETA

EBV = -2.5 * np.log10(HgHb/HgHb_CaseB)/(k_HGAMMA - k_HBETA)

Expand Down

0 comments on commit 7234f67

Please sign in to comment.