Metadata-Version: 2.1
Name: transformcl
Version: 2022.8.9
Summary: transform angular power spectra and correlation functions
Home-page: https://github.com/cltools/transformcl
Maintainer: Nicolas Tessore
Maintainer-email: n.tessore@ucl.ac.uk
License: MIT
Project-URL: Documentation, https://cltools.readthedocs.io/transformcl/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


transformcl
===========

**transform angular power spectra and correlation functions**

This is a minimal Python package for transformations between angular power
spectra and correlation functions.  It is currently limited to the zero spin
case.

The package can be installed using pip:

    pip install transformcl

Then import the `cltoxi` and `xitocl` functions from the package:

    from transformcl import cltoxi, xitocl

For more information, please see the [documentation].

Current functionality covers the absolutely minimal use case.  Please open an
issue on GitHub if you would like to see anything added.

[documentation]: https://cltools.readthedocs.io/transformcl/
