Skip to content

mschmittfull/lsstools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsstools

Tools for large-scale structure analysis.

Usage

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.

Installation

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

Contributing

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

About

Tools for large-scale structure analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published