redshiftzero / cosmowebapp

interactive cosmological power spectra πŸ”­ 🌎 πŸ›°οΈ πŸš€

Home Page:https://redshiftzero.github.io/cosmowebapp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

interactive cosmological power spectra πŸ”­ 🌎 πŸ›°οΈ πŸš€

https://redshiftzero.github.io/cosmowebapp/

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.8%Language:CSS 4.8%Language:HTML 3.4%Language:Python 3.0%