Page 1 of 1

New model parameters

Posted: April 20 2017
by R Purnalingam
We have new model(non-isotropic model) and its has 3 parameters.From my model I get contributions for both C_l and c_ll' .I have modified camb code for the contribution in cmbmain.f90, the following modules.

1.subroutine CalcScalCls(CTrans) for isotropic C_l
2. subroutine CalcScalCls2(CTrans) for non-isotropic C_ll'

but I found only CalcScalCls(CTrans) data is generated as test_scalCls.dat and passed into cosmomc to fit the parameters.

As I also have contributions from C_ll' .How do I generate C_ll' data and how do I combine both files and pass into cosmomc to fit the parameters?


Is planck likelihood written only for isotropic C_ls , If yes what likelihood should I use in my case?