template_input¶
-
pydl.pydlspec2d.spec1d.template_input(inputfile, dumpfile, flux=False, verbose=False)[source]¶ Collect spectra and pass them to PCA or HMF solvers to compute spectral templates.
This function replaces the various
PCA_GAL(),PCA_STAR(), etc., functions from idlspec2d.Parameters: inputfile :
strName of a Parameter file containing the input data and metadata.
dumpfile :
strName of a Pickle file used to store intermediate data.
flux :
bool, optionalIf
True, plot the individual input spectra.verbose :
bool, optionalIf
True, print lots of extra information.