Skip to content

Commit

Permalink
plotting.balmer.HbHgHd_fits: Fix line name, Hgamma -> HGAMMA (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 1, 2020
1 parent c9e7dca commit 9f895f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/plotting/balmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def HbHgHd_fits(stack_name, astropy_table_file, out_pdf):
dx = wave[2]-wave[1]

Hb_fit, Hb_fit_neg = extract_fit(astropy_table[ii], 'HBETA', balmer=True)
Hg_fit, Hg_fit_neg = extract_fit(astropy_table[ii], 'Hgamma', balmer=True)
Hg_fit, Hg_fit_neg = extract_fit(astropy_table[ii], 'HGAMMA', balmer=True)
Hd_fit, Hd_fit_neg = extract_fit(astropy_table[ii], 'HDELTA', balmer=True)

wave_beta = wavelength_dict['HBETA']
Expand Down

0 comments on commit 9f895f3

Please sign in to comment.