Metadata-Version: 2.1
Name: megaradrp
Version: 0.9.2
Summary: MEGARA Data Reduction Pipeline
Home-page: https://github.com/guaix-ucm/megaradrp
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: astropy (>=2)
Requires-Dist: scipy
Requires-Dist: numina (>=0.21)
Requires-Dist: scikit-image
Requires-Dist: enum34 ; python_version < "3.4"
Requires-Dist: contextlib2 ; python_version < "3.5"
Provides-Extra: db
Requires-Dist: sqlalchemy ; extra == 'db'
Requires-Dist: numinadb ; extra == 'db'


==========
MEGARA DRP
==========

|zenodo|

.. image:: https://readthedocs.org/projects/megara-drp/badge/?version=latest
   :target: https://readthedocs.org/projects/megara-drp/?badge=latest
   :alt: Documentation Status

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

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


This is Megara DRP, the data reduction pipeline for MEGARA

Megara DRP 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.

Python 2.7 or 3.4 (or greater) is required. Megara DRP requires the following packages
installed in order to be able to be installed and work properly:

 - setuptools (http://peak.telecommunity.com/DevCenter/setuptools)
 - numpy >= 1.7 (http://www.numpy.org/)
 - scipy (http://www.scipy.org)
 - astropy >= 2.0 (http://www.astropy.org/)
 - numina >= 0.21 (http://guaix.fis.ucm.es/projects/numina/)
 - scikit-image (http://scikit-image.org/)

Webpage: https://guaix.fis.ucm.es/megara

Maintainers: Sergio Pacual sergiopr@fis.ucm.es, NicolÃ¡s Cardiel cardiel@ucm.es

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.593647.svg
   :target: https://zenodo.org/record/593647


