Skip to content

Commit

Permalink
moving bandshift params to mflike_common
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiardie committed Sep 6, 2024
1 parent f841417 commit 191a41e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
11 changes: 0 additions & 11 deletions mflike/Foreground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,3 @@ params:
beta_d: #beta galactic dust
value: 1.5
latex: \beta_\mathrm{dust}

# bandpass shift params
bandint_shift_LAT_93:
value: 0
latex: \Delta_{\rm band}^{93}
bandint_shift_LAT_145:
value: 0
latex: \Delta_{\rm band}^{145}
bandint_shift_LAT_225:
value: 0
latex: \Delta_{\rm band}^{225}
2 changes: 1 addition & 1 deletion mflike/mflike.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
If left ``null``, no systematic template is applied.
The values of the systematic parameters are set in the ``TTTEEE/TTTE/TT/EE/TE/etc.yaml`` fils corresponding to the classes that inherit the ``_MFLike`` one. They have to be named as
The values of the systematic parameters are set in the ``TTTEEE/TTTE/TT/EE/TE/etc.yaml`` files corresponding to the classes that inherit the ``_MFLike`` one. They have to be named as
``cal/calT/calE/alpha`` + ``_`` + experiment_channel string (e.g. ``LAT_93/dr6_pa4_f150``).
"""

Expand Down
10 changes: 10 additions & 0 deletions mflike/mflike_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ alpha_LAT_145:
alpha_LAT_225:
value: 0 #deg
latex: \alpha^{225}
bandint_shift_LAT_93:
value: 0
latex: \Delta_{\rm band}^{93}
bandint_shift_LAT_145:
value: 0
latex: \Delta_{\rm band}^{145}
bandint_shift_LAT_225:
value: 0
latex: \Delta_{\rm band}^{225}

0 comments on commit 191a41e

Please sign in to comment.