From 8f2440da5b145796d88e9026b67fd96a5be1606c Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Sat, 29 Feb 2020 21:05:36 -0700 Subject: [PATCH] plotting.balmer.HbHgHd_fits: Remove dispersion definition -unused (iss #10) --- Metallicity_Stack_Commons/plotting/balmer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Metallicity_Stack_Commons/plotting/balmer.py b/Metallicity_Stack_Commons/plotting/balmer.py index ec83ed4..8fca9aa 100644 --- a/Metallicity_Stack_Commons/plotting/balmer.py +++ b/Metallicity_Stack_Commons/plotting/balmer.py @@ -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)