Metadata-Version: 2.1
Name: pyemir
Version: 0.15.0
Summary: EMIR Data Processing Pipeline
Home-page: https://github.com/guaix-ucm/pyemir
Author: Sergio Pascual
Author-email: sergiopr@fis.ucm.es
License: GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Astronomy
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: setuptools (>=36.2.1)
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: numina (>=0.22)
Requires-Dist: astropy (>=2)
Requires-Dist: matplotlib
Requires-Dist: six
Requires-Dist: photutils (>=0.2)
Requires-Dist: sep (>0.5)
Requires-Dist: scikit-image (>=0.11)
Requires-Dist: scikit-learn (>=0.19)
Requires-Dist: lmfit
Requires-Dist: enum34 ; python_version < "3.4"
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-remotedata ; extra == 'test'
Provides-Extra: tools
Requires-Dist: PyQt5 ; extra == 'tools'

=======
PyEmir
=======

|zenodo| |docs| |pypi| |travis| |coveralls|

This is PyEmir, the data reduction pipeline for EMIR. 

EMIR is a wide-field, near-infrared, multi-object spectrograph
designed for the Gran telescopio Canarias (GTC).

You can install `pyemir` using
the `released code in PyPI <https://pypi.org/project/pyemir/>`_ or
the `development version in Github <https://github.com/guaix-ucm/pyemir>`_.

The installation instructions are available in the
`online documentation <https://pyemir.readthedocs.io/en/latest/installation/index.html>`_
or `doc/installation/index.rst <doc/installation/index.rst>`_ in the source distribution.

Licensing
---------
`pyemir` is distributed under GNU GPL, either version 3 of the License,
or (at your option) any later version. See the file LICENSE.txt 
for details.

Authors
-------

Webpage: https://pyemir.readthedocs.io/en/latest/

Maintainers: Sergio Pascual sergiopr@fis.ucm.es, NicolÃ¡s Cardiel cardiel@ucm.es
      
.. |docs| image:: https://readthedocs.org/projects/pyemir/badge/?version=latest
   :target: https://readthedocs.org/projects/pyemir/?badge=latest
   :alt: pyemir's Documentation Status

.. |zenodo| image:: https://zenodo.org/badge/doi/10.5281/zenodo.593642.svg
   :target: http://dx.doi.org/10.5281/zenodo.593642
   :alt: pyemir's Zenodo DOI

.. |pypi| image:: https://badge.fury.io/py/pyemir.svg
    :target: https://badge.fury.io/py/pyemir
    :alt: pyemir's PyPI Status

.. |travis| image:: https://img.shields.io/travis/guaix-ucm/pyemir/master?logo=travis%20ci&logoColor=white&label=Travis%20CI
    :target: https://travis-ci.org/guaix-ucm/pyemir
    :alt: pyemir's Travis CI Status

.. |coveralls| image:: https://coveralls.io/repos/guaix-ucm/pyemir/badge.svg?branch=master&service=github
    :target: https://coveralls.io/github/guaix-ucm/megaradrp?branch=master
     :alt: pyemir's Coverall Status


