Metadata-Version: 2.1
Name: pyemir
Version: 0.14
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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-Dist: setuptools (>=36.2.1)
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: numina (>=0.21)
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: tools
Requires-Dist: PyQt5 ; extra == 'tools'

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

|docs| |zenodo|

.. image:: https://travis-ci.org/guaix-ucm/pyemir.svg?branch=master
    :target: https://travis-ci.org/guaix-ucm/pyemir

.. image:: https://coveralls.io/repos/guaix-ucm/pyemir/badge.svg?branch=master&service=github 
    :target: https://coveralls.io/github/guaix-ucm/pyemir?branch=master

This is PyEmir, the data reduction pipeline for EMIR. 

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.

PyEmir requires the following packages installed in order to
be able to be installed and work properly:

 - setuptools (http://peak.telecommunity.com/DevCenter/setuptools)
 - numpy (http://numpy.scipy.org/) 
 - scipy (http://www.scipy.org)
 - astropy >= 2(http://www.astropy.org/)
 - numina >= 0.17 (https://github.com/guaix-ucm/numina)
 - photutils >=0.2 (https://github.com/astropy/photutils)
 - sep (https://github.com/kbarbary/sep)
 - scikit-image >= 0.11 (http://scikit-image.org/)
 - scikit-learn >= 0.19 (http://scikit-learn.org/)
 - lmfit (http://lmfit.github.io/lmfit-py/)

EMIR is a wide-field, near-infrared, multi-object spectrograph proposed 
for the Nasmyth focus of GTC. It will allow observers to obtain from tens to 
hundreds of intermediate resolution spectra simultaneously, in the 
nIR bands Z, J, H and K. A multi-slit mask unit will be used for target acquisition. 
EMIR is designed to address the science goals of the proposing team and 
of the Spanish community at large. 

Webpage: https://readthedocs.org/projects/pyemir/?badge=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: Documentation Status

.. |zenodo| image:: https://zenodo.org/badge/doi/10.5281/zenodo.593642.svg
   :target: http://dx.doi.org/10.5281/zenodo.593642



