To install:
pip install -e .
Some key modules include:
orphics.cosmology
: Cosmology theory modules (mostly interfaces with CAMB), Limber approximated theory, etc.orphics.maps
: extensions topixell
and other map utilities for power spectra, ILC, etc.orphics.io
: plotting, config files, file i/oorphics.stats
: statistics, binningorphics.mpi
: MPI helpersorphics.catalogs
: galaxy catalogs, galaxy map-makersorphics.lensing
: CMB lensing quadratic estimator (usesymlens
for state-of-the-art), 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
- If your interactive sessions are rudely killed by an MPI error, disable MPI by exporting the environment variable
DISABLE_MPI=true
as needed.