simonsobs / pspipe_utils

Functions for SO power spectrum pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSpipe utilities

Useful functions for PSpipe, the Simons Observatory and ACT CMB power spectrum pipeline.

https://img.shields.io/pypi/v/pspipe_utils.svg?style=flat https://img.shields.io/badge/license-BSD-yellow https://img.shields.io/github/actions/workflow/status/simonsobs/pspipe_utils/testing.yml?branch=main https://codecov.io/gh/simonsobs/pspipe_utils/branch/main/graph/badge.svg?token=IVHHH73BI7

Installing the code

The easiest way to install and to use pspipe_utils likelihood is via pip

pip install pspipe_utils

If 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/clone

Then you can install the pspipe_utils suite and its dependencies via

pip install -e /where/to/clone

The -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.

About

Functions for SO power spectrum pipeline

License:Other


Languages

Language:Python 93.7%Language:TeX 6.3%