Metadata-Version: 2.1
Name: thedoppler
Version: 1.1.22
Summary: Generic Radial Velocity Software
Home-page: https://github.com/dnidever/doppler
Author: David Nidever
Author-email: David Nidever <dnidever@montana.edu>
Maintainer-email: David Nidever <dnidever@montana.edu>
License: MIT License
        
        Copyright (c) 2019 David Nidever
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://doppler.readthedocs.org
Project-URL: Repository, https://github.com/dnidever/doppler
Keywords: spectra,radial velocity,stars
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: dill
Requires-Dist: dlnpyutils
Requires-Dist: emcee
Requires-Dist: corner
Requires-Dist: annieslasso
Requires-Dist: gdown
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"
Provides-Extra: gui
Requires-Dist: PyQt5; extra == "gui"
Provides-Extra: cli
Requires-Dist: rich; extra == "cli"
Requires-Dist: click; extra == "cli"


Doppler
==================

A general-purpose stellar radial velocity determination software.

Authors
-------

- **David Nidever** (Montana State University)
- **Jon Holtzman** (New Mexico State University)
- **Drew Chojnowski** (Montana State University)
- **Yuan-Sen Ting** (Institute for Advanced Study/ANU)
  
Installation
------------

The easiest way to install Doppler is with pip::

    pip install thedoppler

You can also pip install directly from GitHub::

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


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

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

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

    Nidever, D. L., Holtzman, H., Chojnowski, S. D., & Ting, Y.-S. 2021, dnidever/doppler, doi:10.5281/zenodo.4906680


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

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

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

License
-------

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