Skip to content

redshiftzero/cosmowebapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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