Metadata-Version: 2.4
Name: radionets-radiotools
Version: 0.4.0
Summary: Tools for radio astronomy.
Author: radionets developers
Maintainer-email: Anno Knierim <anno.knierim@tu-dortmund.de>, Tom Groß <tom.gross@tu-dortmund.de>, Christian Arauner <christian.arauner@tu-dortmund.de>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Requires-Dist: astropy>=6.1.0
Requires-Dist: bs4
Requires-Dist: matplotlib~=3.0
Requires-Dist: numpy>=2
Requires-Dist: pandas>=2.0
Requires-Dist: python-casacore>=3.7.1
Requires-Dist: requests
Requires-Dist: rich>=13.0
Requires-Dist: scikit-learn
Requires-Dist: toml>=0.10.2
Requires-Dist: tqdm
Description-Content-Type: text/x-rst

==================================
radiotools |ci| |codecov| |zenodo|
==================================

.. |ci| image:: https://github.com/radionets-project/radiotools/actions/workflows/ci.yml/badge.svg?branch=main
    :target: https://github.com/radionets-project/radiotools/actions/workflows/ci.yml?branch=main
    :alt: Test Status

.. |codecov| image:: https://codecov.io/github/radionets-project/radiotools/badge.svg
    :target: https://codecov.io/github/radionets-project/radiotools
    :alt: Code coverage

.. |zenodo| image:: https://zenodo.org/badge/807676503.svg
   :target: https://zenodo.org/badge/latestdoi/807676503
   :alt: Zenodo


Collection of tools for use in radio astronomy.


Installation
============

*radiotools* can be installed via `uv <https://docs.astral.sh/uv>`__ by calling

.. code::

  $ uv pip install radionets-radiotools

We recommend using a conda/mamba environment with python version ``>=3.11`` and ``<3.13``.

Acknowledgment
===============
This research has made use of data from the MOJAVE database that is maintained by the MOJAVE team `(Lister et al. 2018) <http://doi.org/10.3847/1538-4365/aa9c44>`_.
