Real-space transfer function for polarization

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Daniel Grin
Posts: 12
Joined: April 10 2009
Affiliation: KICP

Real-space transfer function for polarization

Post by Daniel Grin » March 30 2012

One nice feature of the new CAMB is that it calculates separable bispectra -- along the way it needs real space transfer functions \alpha and \beta -- this version outputs \alpha \beta for temperature.

Is there any way to get the corresponding real-space transfer functions for temperature -- or can this feature be easily added?

I assume that since CAMB can calculate polarization bispectra it can also output polarization transfer functions.

Antony Lewis
Posts: 1944
Joined: September 23 2004
Affiliation: University of Sussex
Contact:

Re: Real-space transfer function for polarization

Post by Antony Lewis » March 30 2012

I assume you mean for polarization.. this is not currently a default output, but it should be easy to modify the write statement in SeparableBispectrum.F90 to put out the polarization components, after

Code: Select all

if (BispectrumParams%export_alpha_beta)

Post Reply