Skip to content

simonsobs/PSpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Louis Thibaut
Feb 18, 2025
e1f569c · Feb 18, 2025
Jan 8, 2025
Jan 18, 2025
Feb 18, 2025
Jan 20, 2025
Feb 22, 2020
Dec 30, 2021
Jan 18, 2025
Feb 1, 2020
Jan 10, 2020
Jan 18, 2025
Aug 4, 2022
Jan 8, 2025
Jan 10, 2020

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