Closed martamonelli closed 1 year ago
have you checked already in the PySM 2 paper? https://arxiv.org/abs/1608.02841
see also the PySM 2 repository, for example https://github.com/bthorne93/PySM_public/blob/master/pysm/template/camb_lenspotentialCls.dat
I checked PySM 2 documentation and paper, but with no luck..
I ended up doing the following:
pysm3.CMBMap
.In this way, I can run get_emission
and be sure of the underlying Cls of the maps.
that is best, so you can also run at higher nside
Hi, I'd need to know the BB angular power spectrum that PySM assumes to generate the CMB-only maps (
c1
model). I've read in the documentation that "This code takes, as an input, a set of unlensed Cl’s generated using CAMB. Theparams.ini
is in the Ancillary directory. There is a pre-computed CMB map provided at Nside 512."I couldn't find the Ancillary directory, but I found a
params.ini
file in my/anaconda3/pkgs/camb/info
directory. Is the documentation referring to that file?Anyway, I tried running CAMB from a python script using that parameter file and computed the Cls with
If I plot them together with the spectra computed from the maps returned by PySM, however, they are in disagreement. I'd guess it's due to different assumptions for the lensing, but I don't know how to make them agree.
Do you have any suggestions?
(Sorry for the probably silly question, but I couldn't figure it out by myself.)