Metadata-Version: 2.4
Name: bossbrain
Version: 1.0.9
Summary: Abundance determination for BOSS Spectra
Home-page: https://github.com/dnidever/bossbrain
Author: David Nidever
Author-email: dnidever@montana.edu
License: MIT
Requires: numpy
Requires: astropy(>=4.0)
Requires: scipy
Requires: dlnpyutils
Requires: doppler
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: scipy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-astropy; extra == "test"
Requires-Dist: ipython; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; 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"
Dynamic: author
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires
Dynamic: summary

|logo|

BOSSBrain
==================

Abundance determination for BOSS optical spectra.

Authors
-------

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

To install the latest version::

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

    
Documentation
-------------

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

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

License
-------

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

.. |logo| image:: https://bossbrain.readthedocs.io/en/latest/_static/bossbrain_logo.png
   :target: https://github.com/dnidever/bossbrain
   :width: 400
