Metadata-Version: 2.4
Name: pyemir
Version: 0.23
Summary: EMIR Data Processing Pipeline
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/pyemir.git
Project-URL: Documentation, https://pyemir.readthedocs.io/en/stable/
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: astropy
Requires-Dist: importlib_resources
Requires-Dist: lmfit
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: numina>=0.36.0
Requires-Dist: photutils>=1.4
Requires-Dist: reproject
Requires-Dist: sep>=1.4.0
Requires-Dist: scikit-image>=0.22
Requires-Dist: scikit-learn>=0.19
Requires-Dist: scipy>=1.8
Provides-Extra: test
Requires-Dist: pytest>=6; extra == "test"
Requires-Dist: pytest-remotedata; extra == "test"
Requires-Dist: hypothesis; 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"
Dynamic: license-file

=======
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
