Metadata-Version: 2.1
Name: Fraunhofer
Version: 1.0.1
Summary: Generic Steller Abundance Determination Software
Home-page: https://github.com/dnidever/fraunhofer
Author: David Nidever
Author-email: dnidever@montana.edu
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: astropy (>=4.0)
Requires-Dist: scipy
Requires-Dist: dlnpyutils (>=1.0.3)
Requires-Dist: thedoppler
Requires-Dist: annieslasso
Requires-Dist: synple
Provides-Extra: docs
Requires-Dist: sphinx (==3.0.1) ; extra == 'docs'
Requires-Dist: sphinx-astropy ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: nbconvert ; extra == 'docs'
Requires-Dist: nbformat ; extra == 'docs'
Requires-Dist: ipykernel ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-astropy ; extra == 'test'
Requires-Dist: ipython ; extra == 'test'


Fraunhofer
==================

A generic stellar abundance determination software using Synspec.

Authors
-------

- **David Nidever** (Montana State University)

Installation
------------

To install the latest version::

    pip install git+https://github.com/dnidever/fraunhofer


Attribution
-----------

.. image:: https://zenodo.org/badge/278925530.svg
   :target: https://zenodo.org/badge/latestdoi/278925530

If you make use of this code, please cite this work using the DOI::

    Nidever, D. L. 2021, dnidever/fraunhofer, doi:10.5281/zenodo.278925530
    
Documentation
-------------

.. image:: https://readthedocs.org/projects/fraunhofer/badge/?version=latest
        :target: http://fraunhofer.readthedocs.io/

See `the documentation <http://fraunhofer.readthedocs.io>`_ for information on how
to install and use Fraunhofer.

License
-------

.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
        :target: https://github.com/dnidever/fraunhofer/blob/main/LICENSE
