Skip to content

Commit

Permalink
Merge pull request #98 from simonsobs/fix-docs
Browse files Browse the repository at this point in the history
small fix to documentation
  • Loading branch information
sgiardie authored Dec 17, 2024
2 parents da62b91 + 2d8f526 commit 531267e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mflike/mflike.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,17 +550,17 @@ def _calibrate_spectra(self, dls_dict, **nuis_params):
.. math::
D^{{\rm cal}, TT, \nu_1 \nu_2}_{\ell} &= \frac{1}{
{\rm cal}_{G}\, {\rm cal}^{\nu_1} \, {\rm cal}^{\nu_2}\,
{\rm cal}^2_{G}\, {\rm cal}^{\nu_1} \, {\rm cal}^{\nu_2}\,
{\rm cal}^{\nu_1}_{\rm T}\,
{\rm cal}^{\nu_2}_{\rm T}}\, D^{TT, \nu_1 \nu_2}_{\ell}
D^{{\rm cal}, TE, \nu_1 \nu_2}_{\ell} &= \frac{1}{
{\rm cal}_{G}\,{\rm cal}^{\nu_1} \, {\rm cal}^{\nu_2}\,
{\rm cal}^2_{G}\,{\rm cal}^{\nu_1} \, {\rm cal}^{\nu_2}\,
{\rm cal}^{\nu_1}_{\rm T}\,
{\rm cal}^{\nu_2}_{\rm E}}\, D^{TT, \nu_1 \nu_2}_{\ell}
D^{{\rm cal}, EE, \nu_1 \nu_2}_{\ell} &= \frac{1}{
{\rm cal}_{G}\,{\rm cal}^{\nu_1} \, {\rm cal}^{\nu_2}\,
{\rm cal}^2_{G}\,{\rm cal}^{\nu_1} \, {\rm cal}^{\nu_2}\,
{\rm cal}^{\nu_1}_{\rm E}\,
{\rm cal}^{\nu_2}_{\rm E}}\, D^{EE, \nu_1 \nu_2}_{\ell}
Expand Down

0 comments on commit 531267e

Please sign in to comment.