Skip to content

simonsobs/PSpipe

Repository files navigation

The package

https://img.shields.io/github/actions/workflow/status/simonsobs/pspipe/testing.yml?branch=master https://img.shields.io/badge/license-BSD-yellow

PSpipe is a pipeline creator for the analysis of the high resolution maps of the large aperture telescope of the Simons Observatory. It contains tools for estimating power spectra and covariance matrices.

The pipelines are mainly written in python and make use of three different codes,

The package is licensed under the BSD license.

Installing

Using python/pip

You can install the PSpipe package with its dependencies by doing

pip install --user git+https://github.com/simonsobs/PSpipe.git

If you plan to develop or want to use the different projects, it is better to checkout the latest version by doing

git clone https://github.com/simonsobs/PSpipe.git /where/to/clone

Then you can install the PSpipe library and its dependencies via

pip install --user /where/to/clone