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 topixelland 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 (usesymlensfor 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=trueas needed.