CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/conf.py
docs/index.rst
docs/_static/custom.css
docs/_static/j001554_auto_host_qa.png
docs/contributing/changelog.md
docs/contributing/development.rst
docs/contributing/index.rst
docs/contributing/roadmap.rst
docs/getting_started/choose_workflow.rst
docs/getting_started/dustmaps.rst
docs/getting_started/index.rst
docs/getting_started/installation.rst
docs/getting_started/quickstart.rst
docs/how_to/custom_recipes.rst
docs/how_to/fit_arrays.rst
docs/how_to/fit_file.rst
docs/how_to/fit_j001554.rst
docs/how_to/fit_parquet_batch.rst
docs/how_to/fit_with_host.rst
docs/how_to/index.rst
docs/how_to/inspect_run.rst
docs/how_to/render_qa.rst
docs/reference/configuration.rst
docs/reference/index.rst
docs/reference/recipes.rst
docs/reference/run_bundles.rst
docs/reference/warnings.rst
docs/reference/api/configuration.rst
docs/reference/api/fitting.rst
docs/reference/api/index.rst
docs/reference/api/io.rst
docs/reference/api/plotting.rst
docs/reference/api/results.rst
docs/reference/api/spectrum.rst
docs/science/continuum_model.rst
docs/science/coverage_reliability.rst
docs/science/emission_line_models.rst
docs/science/index.rst
docs/science/measurements.rst
docs/science/references.rst
docs/user_guide/batch_fitting.rst
docs/user_guide/global_fitting.rst
docs/user_guide/host_decomposition.rst
docs/user_guide/index.rst
docs/user_guide/local_fitting.rst
docs/user_guide/preprocessing.rst
docs/user_guide/qa_plots.rst
docs/user_guide/results.rst
docs/user_guide/spectrum_inputs.rst
examples/README.md
examples/data/spec_J001554.18+560257.5_LJT.csv
src/qsospec/__init__.py
src/qsospec/complex_recipes.py
src/qsospec/config.py
src/qsospec/extinction.py
src/qsospec/global_result.py
src/qsospec/jacobian.py
src/qsospec/lines.py
src/qsospec/metadata.py
src/qsospec/parameters.py
src/qsospec/recipes.py
src/qsospec/residuals.py
src/qsospec/result.py
src/qsospec/spectrum.py
src/qsospec/warnings.py
src/qsospec.egg-info/PKG-INFO
src/qsospec.egg-info/SOURCES.txt
src/qsospec.egg-info/dependency_links.txt
src/qsospec.egg-info/requires.txt
src/qsospec.egg-info/top_level.txt
src/qsospec/data/balmer/balmer_caseB_T15000_logNe09_n006_n050_sh95.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe09_n006_n400_sh95_asymptotic_ext.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe09_n006_n400_sh95_k13full_ext.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe09_n007_n050_sh95.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe09_n007_n400_sh95_asymptotic_ext.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe09_n007_n400_sh95_k13full_ext.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe10_n006_n050_sh95.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe10_n006_n400_sh95_asymptotic_ext.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe10_n006_n400_sh95_k13full_ext.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe10_n007_n050_sh95.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe10_n007_n400_sh95_asymptotic_ext.csv
src/qsospec/data/balmer/balmer_caseB_T15000_logNe10_n007_n400_sh95_k13full_ext.csv
src/qsospec/data/iron/bg92_optical.txt
src/qsospec/data/iron/park22_optical.txt
src/qsospec/data/iron/veron04_optical.txt
src/qsospec/data/iron/vw01_uv.txt
src/qsospec/fitting/__init__.py
src/qsospec/fitting/complexes.py
src/qsospec/fitting/global_fit.py
src/qsospec/fitting/local.py
src/qsospec/io/__init__.py
src/qsospec/io/products.py
src/qsospec/io/qa.py
src/qsospec/io/readers.py
src/qsospec/io/run_store.py
src/qsospec/models/__init__.py
src/qsospec/models/continuum.py
src/qsospec/models/gaussian.py
src/qsospec/models/lorentzian.py
src/qsospec/plotting/__init__.py
src/qsospec/plotting/local.py
src/qsospec/solvers/__init__.py
src/qsospec/solvers/least_squares.py
src/qsospec/solvers/variable_projection.py
src/qsospec/templates/__init__.py
src/qsospec/templates/balmer.py
src/qsospec/templates/iron.py
src/qsospec/templates/normalize.py
src/qsospec/templates/registry.py
src/qsospec/workflows/__init__.py
src/qsospec/workflows/batch.py
src/qsospec/workflows/host_workflow.py
src/qsospec/workflows/host/__init__.py
src/qsospec/workflows/host/config.py
src/qsospec/workflows/host/euclid.py
src/qsospec/workflows/host/io.py
src/qsospec/workflows/host/plots.py
src/qsospec/workflows/host/ppxf_host.py
src/qsospec/workflows/host/templates.py
tests/test_docs_examples.py
tests/test_galactic_extinction.py
tests/test_host_decomp.py
tests/test_host_decomp_integration.py
tests/test_qsospec_balmer_templates.py
tests/test_qsospec_gaussian_jacobian.py
tests/test_qsospec_global_complexes.py
tests/test_qsospec_global_workflow.py
tests/test_qsospec_host_workflow.py
tests/test_qsospec_import.py
tests/test_qsospec_iron_templates.py
tests/test_qsospec_line_complex_fit.py
tests/test_qsospec_local_mode.py
tests/test_qsospec_lorentzian.py
tests/test_qsospec_lya.py
tests/test_qsospec_plotting.py
tests/test_qsospec_power_law_modes.py
tests/test_qsospec_registry_workflow.py
tests/test_qsospec_run_store.py
tests/test_qsospec_spectrum.py
tests/test_qsospec_units.py
tests/test_qsospec_variable_projection.py
tests/test_qsospec_warnings.py