Metadata-Version: 2.1
Name: pyemir
Version: 0.20
Author-email: Sergio Pascual <sergiopr@fis.ucm.es>, Nicolás Cardiel <cardiel@ucm.es>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/guaix-ucm/pyemir
Project-URL: Repository, https://github.com/guaix-ucm/pyemirgit
Project-URL: Documentation, https://pyemir.readthedocs.io/en/stable/
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: numpy>=1.20
Requires-Dist: astropy
Requires-Dist: scipy>=1.8
Requires-Dist: matplotlib
Requires-Dist: lmfit
Requires-Dist: numina>=0.32
Requires-Dist: six
Requires-Dist: photutils>=1.4
Requires-Dist: sep>=0.5
Requires-Dist: scikit-image>=0.18
Requires-Dist: scikit-learn>=0.19
Requires-Dist: reproject
Requires-Dist: importlib_resources
Provides-Extra: test
Requires-Dist: pytest>=6; extra == "test"
Requires-Dist: pytest-remotedata; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: tool
Requires-Dist: PyQt5; extra == "tool"

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

|zenodo| |docs| |pypi| |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

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