Skip to content

transform angular power spectra and correlation functions

License

Notifications You must be signed in to change notification settings

cltools/transformcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 cltocorr and corrtocl functions from the package:

from transformcl import cltocorr, corrtocl

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.