Metadata-Version: 2.1
Name: atmosnet
Version: 1.0.0
Summary: ANN trained on model atmospheres
Home-page: https://github.com/dnidever/atmosnet
Author: David Nidever, Yuan-Sen Ting
Author-email: dnidever@montana.edu
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: astropy (>=4.0)
Requires-Dist: scipy
Requires-Dist: dlnpyutils (>=1.0.3)
Requires-Dist: dill
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'


atmosnet
========

Artificial Neural Network model trained on model atmospheres.

Authors
-------

- **David Nidever** (Montana State University)
- **Yuan-Sen Ting** (ANU)

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

To install the latest version::

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


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

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

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

License
-------

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


