Metadata-Version: 2.3
Name: contsub
Version: 1.0.4
Summary: Radio astronomy data continuum subtraction tools
License: MIT
Author: Amir Kazemi-Moridani, Sphesihle Makhathini, Mika Naidoo
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: astropy (>=6.0.0,<7.0.0)
Requires-Dist: numpy (>=1.22.4,<2.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Requires-Dist: stimela (>=2.1.2,<3.0.0)
Requires-Dist: xarray-fits
Description-Content-Type: text/x-rst

Contsub
=======

.. image:: https://img.shields.io/pypi/v/contsub.svg
    :target: https://pypi.org/project/contsub/
    :alt: PyPI version

.. image:: https://readthedocs.org/projects/contsub/badge/?version=latest
    :target: https://contsub.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


Image and uv-plane continuum subtraction tools for spectral line data.

Installation
------------

PyPI (stable; recommended)
^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash

    pip install contsub

Latest (in development)
^^^^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash

    pip install git+https://github.com/laduma-dev/contsub.git

The full documentation is available on `readthedocs <https://contsub.readthedocs.io/>`_.



