Skip to content

Latest commit

Β 

History

History
20 lines (14 loc) Β· 812 Bytes

README.md

File metadata and controls

20 lines (14 loc) Β· 812 Bytes

cosmowebapp

CircleCI

Interactive cosmological power spectra using d3.js

Developer Setup

git clone git@github.com:redshiftzero/cosmowebapp.git
cd cosmowebapp
python3 -m http.server

Now you can navigate to localhost:8000 in your favorite browser and begin! Simply navigate to localhost:8000/test/test.html to run unit tests.

Generating Data Using CAMB

  1. Download and install CAMB.
  2. Set get_transfer = T in params.ini so that the matter power spectrum is computed (by default it will be the linear power spectrum)
  3. Run CAMB with ./camb params.ini