Skip to content

Commit

Permalink
plotting.balmer.HbHgHd_fits: Remove dispersion definition -unused (iss
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 1, 2020
1 parent cf0fa2b commit 8f2440d
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 @@ -83,7 +83,6 @@ def HbHgHd_fits(stack_name, astropy_table_file, out_pdf):

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

astropy_table = asc.read(astropy_table_file)

Expand Down

0 comments on commit 8f2440d

Please sign in to comment.