Metadata-Version: 2.2
Name: spec_rt
Version: 0.1.1
Summary: Gaussian-based absorption and emission spectral fitting tools.
License: MIT
Project-URL: Documentation, https://specrt.readthedocs.io/en/latest/
Project-URL: Homepage, https://pypi.org/project/spec-rt/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=5.0
Requires-Dist: gaussFitSpec>=1.0.1
Requires-Dist: matplotlib>=3.7
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2.0
Requires-Dist: scipy>=1.10
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: twine>=5.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=8.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=3.0; extra == "docs"

# spec_rt

[![PyPI version](https://img.shields.io/pypi/v/spec-rt.svg)](https://pypi.org/project/spec-rt/)
[![Documentation Status](https://readthedocs.org/projects/specrt/badge/?version=latest)](https://specrt.readthedocs.io/en/latest/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21052795.svg)](https://doi.org/10.5281/zenodo.21052795)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

Gaussian-based radiative-transfer fitting for absorption and emission spectra.

`spec_rt` fits absorption and emission spectra with Gaussian components and
exports radiative-transfer decomposition results. The PyPI project name is
`spec_rt`; the Python import package is also `spec_rt`.

## Links

- PyPI: https://pypi.org/project/spec-rt/
- Documentation: https://specrt.readthedocs.io/en/latest/installation.html
- Source code: https://github.com/retarchen/specRT
- Citation DOI: https://doi.org/10.5281/zenodo.21052795

This release is archived on Zenodo and can be cited with DOI
`10.5281/zenodo.21052795`.
