Closed yaojian95 closed 11 months ago
see https://pysm3.readthedocs.io/en/latest/#best-practices-for-model-execution
for PySM 2 models, you should always run PySM at 512 to avoid ud_grade
.
the only model with on-the-fly small scales is d11
, all other models just have small scales inside the templates.
So whatever was the small scales generation done at the template level, that is what we get in PySM for all models except d11
.
OK, thanks. I will close the issue.
Hi all,
I'm using pysm
d0
to generate dust maps to test lensing reconstruction methods, but I found the dust models only have signal for multipoles < 1200. The templates ford0
are atnside=512
but originally I thought there are Gaussian small scales injected for arbitrary resolution. So this is not the case?