galsci / pysm

PySM 3: Sky emission simulations for Cosmic Microwave Background experiments
https://pysm3.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
36 stars 23 forks source link

Dust templates based on GNILC #68

Closed zonca closed 3 years ago

zonca commented 4 years ago

Notebook to create dust templates based on GNILC.

The notebooks download the required input data so they can be directly executed, the notebook to process the templates required 10GB of RAM to execute (works fine on Jupyter@NERSC), the "compare" notebook about 4GB, they both need namaster.

I saved intermediate and final results, they are available at:

https://portal.nersc.gov/project/cmb/pysm-dev/dust-gnilc/template/ or at NERSC /global/project/projectdirs/cmb/www/pysm-dev/dust-gnilc/template

@brandonshensley @NicolettaK if you have fixes/suggestions, you can either leave comments or email me a modified version of the notebooks.

Next I'll work on spectral index and dust temperature. Afterwards we can fix a telecon to discuss them.

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

zonca commented 4 years ago

see https://github.com/healpy/pysm/issues/69 for dust spectral index and temperature

zonca commented 4 years ago

ok, I have created a single notebook that processes both I and QU just changing the value of the comp variable. In temperature this algorithm doesn't work well. I think the problem is that the GNILC template are not smoothed using a standard spherical harmonics approach and they retain extra power even after the supposed cutoff of the beam. So I think this needs a more sophisticated algorithm, also, instead of using the 80 arcminutes version, I think it would be nice to retain as much as possible the original map, and then only fill small scales after the resolution limit of the map.

The GNILC map also contains a map of the resolution in the FWHM column:

image

I think these notebooks are a good starting point and someone more expert in dust modelling could start from them and implement the full processing of the templates.

zonca commented 3 years ago

see #72