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
str
Name of a Parameter file containing the input data and metadata.
- dumpfile
str
Name of a Pickle file used to store intermediate data.
- flux
bool
, optional If True
, plot the individual input spectra.
- verbose
bool
, optional If True
, print lots of extra information.