Installation

  1. Make sure you have a python environment with all the required packages (specified in the environment.yaml file.)

  2. Install intensity-mapping branch of lognormal_galaxies code from https://bitbucket.org/komatsu5147/lognormal_galaxies/src/master/: git clone -b intensity-mapping https://bitbucket.org/komatsu5147/lognormal_galaxies/ and follow installation instructions.

  3. Clone the SIMPLE repo git clone https://github.com/mlujnie/simple.

  4. Modify the simple/config.py file: change the path to the path of your lognormal_galaxies installation.

  5. Type pip install . in the root directory of this repo.