Tools for large-scale structure analysis.
For an example of how to use the code, see perr. This computes the error of a bias model at the field level following https://arxiv.org/abs/1811.10640.
The code requires nbodykit version 0.3.x or higher.
To install this in a new anaconda environment, use for example
$ cd ~/anaconda/anaconda/envs
$ conda create -n nbodykit-0.3.7-env -c bccp -c astropy python=2.7 nbodykit=0.3.7 bigfile pmesh ujson
Newer versions of nbodykit should also work but are not tested.
To activate the environment, use
$ source activate nbodykit-0.3.7-env
To deactivate it, use
$ source deactivate
To contribute, create a fork on github, make changes and commits, and submit a pull request on github.
To get consistent code style, run
$ yapf -i *.py */*.py