Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 920 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 920 Bytes

KCAP BOSS DR12 correlation function wedges module

This repository provides a build system and Python/CosmoSIS interfaces to compute the predictions for the BOSS DR12 correlation function wedges as used in Sánchez et al. 2017, as well as Tröster et al. 2020, and the KiDS-1000 3x2pt analysis in Heymans, Tröster et al. 2021. The code is essentially a wrapper around the original CosmoMC-based implementation. Please cite these works if you use this module in your work.

For compatibility reasons, this repo also includes the required, very old version 1.4 of the Cuba library.

Installation

mkdir build
cd build
cmake ..
make boss_module

On macOS, the compilers need to be set to some recent GCC, e.g., CC=gcc-8 CXX=g++-8.