load_sdss_pca_templates

grizli.utils.load_sdss_pca_templates(file='spEigenQSO-55732.fits', smooth=3000)[source]

Load SDSS eigen PCA templates

Parameters
filestr, optional

The name of the FITS file containing the templates. Default is “spEigenQSO-55732.fits”.

smoothfloat, optional

The smoothing parameter for the templates. Default is 3000.

Returns
temp_listOrderedDict

A dictionary of SpectrumTemplate objects representing the SDSS eigen templates.