diff --git a/database_builder/__init__.py b/database_builder/__init__.py index 4caacef8fabd52fef4deace350c6122f1d1f58ef..4cd81088a20d8061833209fe4d9f79a6f1ba4efd 100644 --- a/database_builder/__init__.py +++ b/database_builder/__init__.py @@ -297,7 +297,7 @@ def build_dale2014(base): alpha_grid = d14cal[:, 1] # Getting the lambda grid for the templates and convert from microns to nm. - first_template = np.genfromtxt(dale2014_dir + 'spectra.0.00AGN.DL07grid.dat') + first_template = np.genfromtxt(dale2014_dir + 'spectra.0.00AGN.dat') wave = first_template[:, 0] * 1E3 # Getting the stellar emission and interpolate it at the same wavelength