Metadata-Version: 2.1
Name: fastspecfit
Version: 3.1.1
Summary: Fast spectrophotometric modeling of DESI data.
Author-email: John Moustakas <jmoustakas@siena.edu>
License: BSD 3-Clause
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: System :: Software Distribution
Requires-Python: <3.13
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
License-File: AUTHORS.rst
Requires-Dist: numpy<2
Requires-Dist: astropy
Requires-Dist: scipy
Requires-Dist: healpy
Requires-Dist: numba
Requires-Dist: seaborn
Requires-Dist: matplotlib
Requires-Dist: fitsio
Requires-Dist: speclite
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: coverage
Requires-Dist: pytest-cov; extra == "coverage"
Requires-Dist: coveralls; extra == "coverage"
Requires-Dist: coverage; extra == "coverage"
Provides-Extra: doc
Requires-Dist: Sphinx; extra == "doc"
Requires-Dist: sphinx-toolbox; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Requires-Dist: sphinxcontrib-napolean; extra == "doc"

.. image:: https://github.com/desihub/fastspecfit/raw/main/doc/_static/fastspecfit-logo.png
   :height: 180px
   :target: https://github.com/desihub/fastspecfit/raw/main/doc/_static/fastspecfit-logo.png
   :alt: FastSpecFit logo

|Actions Status| |Coveralls Status| |Documentation Status| |ASCL Reference|

.. |Actions Status| image:: https://github.com/desihub/fastspecfit/workflows/CI/badge.svg
    :target: https://github.com/desihub/fastspecfit/actions
    :alt: GitHub Actions CI Status

.. |Coveralls Status| image:: https://coveralls.io/repos/desihub/fastspecfit/badge.svg?branch=main
    :target: https://coveralls.io/github/desihub/fastspecfit?branch=main
    :alt: Test Coverage Status

.. |Documentation Status| image:: https://readthedocs.org/projects/fastspecfit/badge/?version=latest
    :target: https://fastspecfit.readthedocs.io/en/latest/
    :alt: Documentation Status

.. |ASCL Reference| image:: https://img.shields.io/badge/ascl-2308.005-blue.svg?colorB=262255
    :target: https://ascl.net/2308.005
    :alt: ASCL Reference

This repository contains code and documentation for performing fast spectral
synthesis and emission-line fitting of `DESI`_ spectra and broadband
photometry. For extensive details please see the `latest documentation`_.

If you make use of ``FastSpecFit`` in your research please be sure to include
the following citation::

   @MISC{2023ascl.soft08005M,
     author = {{Moustakas}, John and {Buhler}, Jeremy and {Scholte}, Dirk and {Dey}, Biprateep and {Khederlarian}, Ashod},
     title = "{FastSpecFit: Fast spectral synthesis and emission-line fitting of DESI spectra}",
     keywords = {Software},
      howpublished = {Astrophysics Source Code Library, record ascl:2308.005},
     year = 2023,
     month = aug,
     eid = {ascl:2308.005},
     pages = {ascl:2308.005},
     archivePrefix = {ascl},
     eprint = {2308.005},
     adsurl = {https://ui.adsabs.harvard.edu/abs/2023ascl.soft08005M},
     adsnote = {Provided by the SAO/NASA Astrophysics Data System}
   }

John Moustakas gratefully acknowledges funding support for this work from the
U.S. Department of Energy, Office of Science, Office of High Energy Physics
under Award Number DE-SC0020086.

| John Moustakas
| Siena College

.. _`DESI`: https://desi.lbl.gov
.. _`FastSpecFit`: https://github.com/desihub/fastspecfit
.. _`latest documentation`: http://fastspecfit.readthedocs.org/en/latest/
