Installation
Install the core package from PyPI:
python -m pip install qsospec
Install optional pPXF host decomposition:
python -m pip install "qsospec[host]"
For development and documentation:
git clone https://github.com/rudolffu/qsospec.git
cd qsospec
python -m pip install -e ".[dev,host,docs]"
qsospec supports Python 3.9–3.13. Scientific templates for Fe II and the Balmer pseudo-continuum are included in the package. Galactic dust maps and pPXF stellar templates are external data and must be configured separately.
Next steps
Configure the default foreground correction in Configure Galactic dust maps.
Fit an in-memory spectrum in Quick start.
See Choose a workflow before processing files or samples.