Metadata-Version: 2.2
Name: baseband-tasks
Version: 0.4.0
Summary: A package for radio baseband data reduction and analysis
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-tasks
Project-URL: documentation, https://baseband.readthedocs.io/projects/baseband-tasks
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: licenses/LICENSE.rst
License-File: licenses/README.rst
License-File: licenses/TEMPLATE_LICENCE.rst
Requires-Dist: baseband
Provides-Extra: io
Requires-Dist: h5py; extra == "io"
Provides-Extra: all
Requires-Dist: baseband_tasks[io]; extra == "all"
Requires-Dist: pyfftw; extra == "all"
Requires-Dist: pint-pulsar; extra == "all"
Provides-Extra: test
Requires-Dist: pytest-astropy-header; extra == "test"
Requires-Dist: pytest-doctestplus; extra == "test"
Provides-Extra: cov
Requires-Dist: coverage; extra == "cov"
Requires-Dist: pytest-cov; extra == "cov"
Provides-Extra: docs
Requires-Dist: baseband_tasks[all]; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"

Baseband-tasks: A Package for Radio Baseband Data Reduction
-----------------------------------------------------------

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

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

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

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

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

Baseband-tasks is a package for reduction and analysis of radio baseband data.
It relies on `Baseband <https://pypi.org/project/baseband/>`_,
`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/projects/baseband-tasks/>`_.

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

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

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

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

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-tasks is licensed under the GNU General Public License v3.0 - see the
``LICENSE`` file.

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