Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.17 KB

galtab

Use JAX-accelerated galaxy tabulation to compute HOD counts-in-cells statistics

Author

  • Alan Pearl

Prerequisites

  • python>=3.9
  • jax

Example to automatically install prerequisites using a conda environment:

conda create -n py39 python=3.9 jax
conda activate py39 

Optional dependencies for the paper2 subpackage

  • mocksurvey and pycorr (instructions at https://github.com/AlanPearl/mocksurvey)
  • tabcorr (pip install tabcorr)
  • emcee (pip install emcee)
  • nautilus (pip install nautilus-sampler)
  • uncertainties (pip install uncertainties)
  • mpi4py (conda install -c conda-forge mpi4py)