Metadata-Version: 2.1
Name: astroplan
Version: 0.9.1
Summary: Observation planning package for astronomers
Home-page: https://github.com/astropy/astroplan
Author: Astroplan developers
Author-email: astropy-dev@googlegroups.com
License: BSD
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: numpy>=1.17
Requires-Dist: astropy>=4
Requires-Dist: pytz
Requires-Dist: six
Provides-Extra: all
Requires-Dist: matplotlib>=1.4; extra == "all"
Requires-Dist: astroquery; extra == "all"
Provides-Extra: test
Requires-Dist: pytest-astropy; extra == "test"
Requires-Dist: pytest-mpl; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx-astropy[confv2]; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: matplotlib>=1.4; extra == "docs"
Requires-Dist: astroquery; extra == "docs"
Provides-Extra: plotting
Requires-Dist: astroquery; extra == "plotting"
Requires-Dist: matplotlib>=1.4; extra == "plotting"

astroplan
=========

Observation planning package for astronomers

* Code: https://github.com/astropy/astroplan
* Docs: https://astroplan.readthedocs.io/
* License: BSD-3

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

.. image:: http://img.shields.io/badge/arXiv-1709.03913-red.svg?style=flat
    :target: https://arxiv.org/abs/1712.09631
    :alt: arXiv paper

.. image:: https://github.com/astropy/astroplan/workflows/CI%20Tests/badge.svg
    :target: https://github.com/astropy/astroplan/actions

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
    :target: http://www.astropy.org/

.. image:: http://img.shields.io/pypi/v/astroplan.svg?text=version
    :target: https://pypi.python.org/pypi/astroplan/
    :alt: Latest release

Attribution
+++++++++++

If you use astroplan in your work, please cite `Morris et al. 2018 <https://ui.adsabs.harvard.edu/abs/2018AJ....155..128M/abstract>`_: 

.. code :: bibtex

  @ARTICLE{2018AJ....155..128M,
         author = {{Morris}, Brett M. and {Tollerud}, Erik and {Sip{\H{o}}cz}, Brigitta and {Deil}, Christoph and {Douglas}, Stephanie T. and {Berlanga Medina}, Jazmin and {Vyhmeister}, Karl and {Smith}, Toby R. and {Littlefair}, Stuart and {Price-Whelan}, Adrian M. and {Gee}, Wilfred T. and {Jeschke}, Eric},
          title = "{astroplan: An Open Source Observation Planning Package in Python}",
        journal = {\aj},
       keywords = {methods: numerical, methods: observational, Astrophysics - Instrumentation and Methods for Astrophysics},
           year = 2018,
          month = mar,
         volume = {155},
         number = {3},
            eid = {128},
          pages = {128},
            doi = {10.3847/1538-3881/aaa47e},
  archivePrefix = {arXiv},
         eprint = {1712.09631},
   primaryClass = {astro-ph.IM},
         adsurl = {https://ui.adsabs.harvard.edu/abs/2018AJ....155..128M},
        adsnote = {Provided by the SAO/NASA Astrophysics Data System}
  }



