Metadata-Version: 2.4
Name: megaradrp
Version: 0.21
Summary: MEGARA Data Reduction Pipeline
Author-email: Sergio Pascual <sergiopr@fis.ucm.es>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/guaix-ucm/megaradrp
Project-URL: Repository, https://github.com/guaix-ucm/megaradrp.git
Project-URL: Documentation, https://megaradrp.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>=6.1.7
Requires-Dist: attrs
Requires-Dist: jsonschema
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: numina>=0.37.0
Requires-Dist: packaging
Requires-Dist: pooch
Requires-Dist: scikit-image
Requires-Dist: scipy>=1.12
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: pytest>=6; extra == "test"
Requires-Dist: pytest-remotedata; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: db
Requires-Dist: sqlalchemy; extra == "db"
Requires-Dist: numinadb; extra == "db"
Dynamic: license-file


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

|zenodo| |docs| |pypi| 


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.

Examples of how to reduce MEGARA data (with sample data) can be found in the
`MEGARA cookbook <https://guaix-ucm.github.io/megaradrp-cookbook/>`_.

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