Skip to content

Commit

Permalink
plotting.balmer.HbHgHd_fits: Remove dx definition - not used (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 5, 2020
1 parent 8a769b3 commit 43577ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Metallicity_Stack_Commons/plotting/balmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def HbHgHd_fits(stack_name, astropy_table_file, out_pdf):

y0 = stack2D[ii]
y_norm = y0/scalefact
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)
Expand Down

0 comments on commit 43577ac

Please sign in to comment.