Skip to content

Commit

Permalink
plotting.balmer.HbHgHd_fits: Remove unused variables (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jan 31, 2020
1 parent 761e7b7 commit 46802b5
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 @@ -79,7 +79,7 @@ def fitting_result(wave, y_norm, lambda_cen, balmer_fit, balmer_fit_neg):
return gauss0, resid, x_sigsnip_2, flux_g, flux_s


def HbHgHd_fits(fitspath, nrow, ncol,Stack_name,combine_flux_tab, out_pdf):
def HbHgHd_fits(Stack_name, combine_flux_tab, out_pdf):

stack2D, header = fits.getdata(Stack_name,header=True)
wave = header['CRVAL1'] + header['CDELT1']*np.arange(header['NAXIS1'])
Expand Down

0 comments on commit 46802b5

Please sign in to comment.