Useful functions for PSpipe, the Simons Observatory and ACT CMB power spectrum pipeline.
The easiest way to install and to use pspipe_utils likelihood is via pip
python -m pip install pspipe_utilsIf you want to dig into the code, you'd better clone this repository to some location
git clone https://github.com/simonsobs/pspipe_utils.git /where/to/cloneThen you can install the pspipe_utils suite and its dependencies via
python -m pip install -e /where/to/cloneThe -e option allow the developer to make changes within the pspipe_utils directory without
having to reinstall at every changes. If you plan to just use the utilities suite and do not develop
it, you can remove the -e option.