WebSkyCMBTensor

class so_pysm_models.WebSkyCMBTensor(websky_version, nside, precompute_output_map=False, tensor_to_scalar=0.001, map_dist=None, coord='C')[source] [edit on github]

Bases: PrecomputedAlms

Websky CMB tensor-mode BB component

Websky-compatible unlensed BB component due to primordial tensor perturbations The inputs are simulated with tensor-to-scalar ratio r of 1, then scaled by the tensor_to_scalar input parameter.

Parameters
websky_versionstr

Websky version, see the documentation for more information

nsideint

Desired output HEALPix N_side

precompute_output_mapbool

If True, the output map is precomputed in the constructor

tensor_to_scalarfloat

Tensor to scalar ratio r, ratio between the tensor and the scalar perturbations power spectra

map_distpysm.MapDist

see the PySM documentation

Methods Summary

compute_output_map(alm)

Methods Documentation

compute_output_map(alm)[source] [edit on github]