Metadata-Version: 2.4
Name: gaussFitSpec
Version: 1.0.0
Summary: Lightweight 1D Gaussian spectral decomposition.
Author: Hongxing Chen
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
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: pytest>=7.4; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=8; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=3; extra == "docs"
Dynamic: license-file

# gaussFitSpec

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

Lightweight 1D Gaussian spectral decomposition for independent spectra.

`gaussFitSpec` fits one-dimensional spectra with multiple Gaussian components
and returns fitted component parameters as a pandas DataFrame.

## Links

- PyPI: https://pypi.org/project/gaussFitSpec/
- Documentation: https://gaussianfitspectra.readthedocs.io/en/latest/
- Source code: https://github.com/retarchen/GaussianFitSpectra
- Citation DOI: https://doi.org/10.5281/zenodo.20917299

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