The Wayback Machine - https://web.archive.org/web/20200915130254/https://github.com/msyriac/orphics
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 4, 2020
Dec 13, 2017
Aug 4, 2020
Oct 14, 2018
Jun 14, 2018
Jan 23, 2018
Oct 28, 2016
Jan 10, 2018

README.md

orphics

A Library for Theory and Analysis for Cosmology

Installation

To install while working on the repo (with symlinks):

pip install -e .

otherwise

pip install .

or

python setup.py install --user

Usage

Some key modules include:

  1. orphics.cosmology : Cosmology theory modules (mostly interfaces with CAMB), Limber approximated theory, etc.
  2. orphics.maps : extensions to enlib and other map utilities for power spectra, ILC, etc.
  3. orphics.io : plotting, config files, file i/o
  4. orphics.stats : statistics, binning
  5. orphics.mpi : MPI helpers
  6. orphics.catalogs : galaxy catalogs, galaxy map-makers
  7. orphics.lensing : CMB lensing quadratic estimator, lensed pix-pix covariance, NFW kappa profiles, etc.

For example, if you wanted to calculate Limber approximation power spectra, you would import:

from orphics.cosmology import LimberCosmology

Known Issues

  • If your interactive sessions are rudely killed by an MPI error, disable MPI by exporting the environment variable DISABLE_MPI=true as needed.

Contributors

  1. Mathew Madhavacheril @msyriac
  2. Nam Ho Nguyen @NamHoNguyen
  3. Nicholas Battaglia @nbatta
  4. Teva Ilan

About

A library containing analysis and theory tools for cosmological data.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.