Metadata-Version: 2.1
Name: megaradrp
Version: 0.10.1
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.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
Requires-Dist: setuptools (>=36.2.1)
Requires-Dist: numpy
Requires-Dist: astropy (>=2)
Requires-Dist: scipy
Requires-Dist: numina (>=0.22)
Requires-Dist: scikit-image
Requires-Dist: jsonschema
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'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-remotedata ; extra == 'test'


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

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


This is Megara DRP, the data reduction pipeline for MEGARA, 
the optical Integral-Field Unit and Multi-Object Spectrograph
designed for the Gran telescopio Canarias (GTC).


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

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


Licensing
---------

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.

Authors
-------

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

.. |docs| image:: https://readthedocs.org/projects/megaradrp/badge/?version=latest
   :target: https://readthedocs.org/projects/megaradrp/?badge=latest
   :alt: Documentation Status

.. |pypi| image:: https://badge.fury.io/py/megaradrp.svg
    :target: https://badge.fury.io/py/megaradrp

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

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



