Metadata-Version: 2.1
Name: radio-dreams
Version: 0.3.0
Summary: Imagined Interferometers
Home-page: https://github.com/amanchokshi/radio-dreams
License: MIT
Keywords: radio,interferometer,simulator
Author: Aman Chokshi
Author-email: achokshi@student.unimelb.edu.au
Requires-Python: >=3.7,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: numpy (>=1.20.3,<2.0.0)
Requires-Dist: scipy (>=1.6.3,<2.0.0)
Requires-Dist: skyfield (>=1.39,<2.0)
Project-URL: Documentation, https://radio-dreams.readthedocs.io
Project-URL: Repository, https://github.com/amanchokshi/radio-dreams
Description-Content-Type: text/x-rst

Radio Dreams
============

|PyPI| |GitHub| |Coverage| |ReadTheDocs| |License| |Python| |Black|

-------------------------------------------------------------------

A python playground to learn how interferometers work by dreaming up imaginary arrays

*radio-dreams* is designed to install cleanly with a single invocation of the standard Python package tool::

    $ pip install radio-dreams

Here are the essential project links:

* `Home page and documentation <https://radio-dreams.readthedocs.io/en/latest/>`_

* `Installing radio-dreams <https://radio-dreams.readthedocs.io/en/latest/installation.html>`_

* `Example dreams <https://radio-dreams.readthedocs.io/en/latest/exampledreams.html>`_

* `radio-dreams package <https://pypi.org/project/radio-dreams/>`_ on the Python Package Index

* `Contributing to radio-dreams <https://github.com/amanchokshi/radio-dreams/blob/master/contrib.rst>`_

* `Issue tracker <https://github.com/amanchokshi/radio-dreams/issues>`_ on GitHub

.. |PyPI| image:: https://img.shields.io/pypi/v/radio-dreams.svg?color=green&logo=python&logoColor=white&label=PyPI
    :target: https://pypi.org/project/radio-dreams/
    :alt: PyPI - Latest Release

.. |GitHub| image:: https://img.shields.io/github/workflow/status/amanchokshi/radio-dreams/Tests?color=green&logo=github&logoColor=white&label=Tests
    :target: https://github.com/amanchokshi/radio-dreams/actions
    :alt: GitHub Actions - Build Status

.. |Coverage| image:: https://img.shields.io/codecov/c/github/amanchokshi/radio-dreams/master.svg?color=green&logo=codecov&logoColor=white&label=Coverage
    :target: https://codecov.io/gh/amanchokshi/radio-dreams/branch/main
    :alt: CodeCov - Coverage Status

.. |ReadTheDocs| image:: https://img.shields.io/readthedocs/radio-dreams/latest?color=green&logo=Read%20The%20Docs&logoColor=white
    :target: https://radio-dreams.readthedocs.io
    :alt: Documentation Status

.. |License| image:: https://img.shields.io/github/license/amanchokshi/radio-dreams?color=green&label-License&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAdCAYAAADLnm6HAAAACXBIWXMAAB2HAAAdhwGP5fFlAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAflJREFUSIntljFrVUEQhb95CViYCGItGLSIIIJiISadYiOIAS0stFAEK0G0DQRs8wOs7PQvqCC2kjQJaiEICoJYaZMYzCP6WWSfLs97c/deQtJ4YODu7syZs7N7l4GOUCfVj8kmu/L0ugYCM8ChZDO7IWBPzfeOCdg5qD31urqs9q1HX11Sr6nbszl1Wl3cImkdFtXpNonm1fUOidpiXZ2vErDaELimPlDHk/9ctjaX5saTz1oD1+ogb35OD4F+RXG+Ao+AoxExGxErdVWMiJWImAUmU8y3Crd+ylV5DD31fab0gzpS4/tPBbrwDd/US8CRbDwBXKxUW4ZGvmEB9ypIquZK0cj3R4B6GjiThuvJAKbSWiuU8uUVuJ99Pwae1KkuRDmfOqFuZJfluHpM/ZXGG+rhoZjaS9iGb1CBu8Dgdj6NiNcR8RZ4nuZGgDstdl/Op+5XVzK1Z7OdnMsfD/VAUwXa8vWA28BY8nkDvBwERMQLYDkN9wK3Cnbfiq8H3MiCPwEn1H3JTgKfs/WbBQJa8Y3y9/cAuJCsDj8KBLTi6wGXgYUC4gXgSoFfK77RiHinTgHngavAKeAgMAp8AV6x+Q8/i4ifTazbzVeLrd6BNtj1nvC/gEbYvVes7v2GEAUCVtl8tbrge0SMbeVQcgR1vWIT6nu/DL8BDHb5/EeYsAMAAAAASUVORK5CYII=
    :target: https://github.com/amanchokshi/radio-dreams/blob/master/LICENSE
    :alt: MIT License

.. |Python| image:: https://img.shields.io/badge/Python-3.7%2B-3282b8?logo=python&logoColor=white
    :target: https://pypi.org/project/radio-dreams/

.. |Black| image:: https://img.shields.io/badge/Code%20Style-Black-222222.svg?logo=powershell&logoColor=white
    :target: https://black.readthedocs.io/

