Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 689 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 689 Bytes

convolvecl

convolution of angular power spectra

This is a minimal Python package for convolution of angular power spectra, in order to compute the angular power spectrum of a product of spherical functions. Computation is currently limited to the mixing matrix.

The package can be installed using pip:

pip install convolvecl

Then import the mixmat function from the package:

from convolvecl import mixmat

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.