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 9fb7a2f commit 2035ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Metallicity_Stack_Commons/analysis/attenuation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

HB = line_name_short['HB']
HG = line_name_short['HG']
HG = line_name_short['HD']
HD = line_name_short['HD']

k_HBETA = k_dict[HB]
k_HGAMMA = k_dict[HG]
Expand All @@ -33,7 +33,7 @@ def compute_EBV(fitspath):
ID = combine_asc['bin_ID'].data
HBETA = combine_asc[HB+'_Flux_Observed'].data
HGAMMA = combine_asc[HG+'_Flux_Observed'].data
HDELTA = combine_asc[HG+'_Flux_Observed'].data
HDELTA = combine_asc[HD+'_Flux_Observed'].data

HgHb = HGAMMA / HBETA
HdHb = HGAMMA / HBETA
Expand Down

0 comments on commit 2035ac2

Please sign in to comment.