From 9e47749b3992c10a430cc80a5a3def0e7f5d9c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Boquien?= Date: Fri, 29 Aug 2014 00:09:29 +0100 Subject: [PATCH] I thought I had not saved this changed. Oops. --- database_builder/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database_builder/__init__.py b/database_builder/__init__.py index 4caacef8..4cd81088 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 -- GitLab