Metadata-Version: 2.2
Name: baseband
Version: 4.3.0
Summary: A package for radio baseband I/O
Author: Chenchong Zhu
Author-email: "Marten H. van Kerkwijk" <mhvk@astro.utoronto.ca>
License: GNU GPL v3+
Project-URL: repository, https://github.com/mhvk/baseband
Project-URL: documentation, https://baseband.readthedocs.io
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: licenses/README.rst
Requires-Dist: astropy>=5.1
Provides-Extra: all
Requires-Dist: baseband-tasks[all]; extra == "all"
Provides-Extra: test
Requires-Dist: pytest-astropy-header; extra == "test"
Requires-Dist: pytest-doctestplus; extra == "test"
Requires-Dist: pytest-filter-subpackage; extra == "test"
Provides-Extra: cov
Requires-Dist: coverage; extra == "cov"
Requires-Dist: pytest-cov; extra == "cov"
Provides-Extra: docs
Requires-Dist: sphinx-astropy; extra == "docs"

Baseband: a Package for Radio Baseband I/O
==========================================

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1214268.svg
   :target: https://doi.org/10.5281/zenodo.1214268
   :alt: DOI 10.5281/zenodo.1214268

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
    :target: http://www.astropy.org
    :alt: Powered by Astropy

.. image:: https://github.com/mhvk/baseband/workflows/CI/badge.svg
    :target: https://github.com/mhvk/baseband/actions
    :alt: Test Status

.. image:: https://codecov.io/gh/mhvk/baseband/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/mhvk/baseband
   :alt: Coverage Level

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

Baseband is a package for reading and writing VLBI and other radio baseband
files, with the aim of simplifying and streamlining data conversion and
standardization.  It relies on `NumPy <http://www.numpy.org/>`_ and `Astropy
<http://www.astropy.org/>`_.

For installation and usage instructions, please see the `online documentation
<https://baseband.readthedocs.io/>`_.

If you used this package in your research, please cite it via DOI
`10.5281/zenodo.1214268 <https://doi.org/10.5281/zenodo.1214268>`_.

Contributing
------------

Please open a new issue for bugs, feedback or feature requests.

We welcome code contributions, in particular support for new file formats!
To add a contribution, please submit a pull request.  If you would like
assistance in using GitHub or how to begin modifying Baseband, please feel free
to contact `@mhvk`_.

For more information on how to make code contributions, please see the `Astropy
developer documentation <http://docs.astropy.org/en/stable/index.html#developer-documentation)>`_.

License
-------

Baseband is licensed under the GNU General Public License v3.0 - see the
``LICENSE`` file.

.. _@mhvk: https://github.com/mhvk
