Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproduce PySM 2 templates for Dust #66

Merged
merged 6 commits into from
Jan 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Another option is to download the whole data repository, currently ~700MB (it wi
git clone https://github.com/healpy/pysm-data /data/pysm-data
export PYSM_LOCAL_DATA=/data/pysm-data

Reproduce PySM 2 template preprocessing
=======================================

The PySM 2 paper describes how input data (e.g. component separation maps from Planck) have been processed, for example
most templates have been smoothed to remove high $\ell$ noise and then added small scale fluctuations.
Here we try to reproduce the process to clarify it:

* `Dust polarization templates from Planck Commander component separation outputs <template_preprocessing/reproduce_pysm2_dust_pol.ipynb>`_, used in all dust models from `d0` to `d8` except `d4`


Dust
====

Expand Down
Loading