Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiardie committed Oct 12, 2023
1 parent 22e3771 commit c779995
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion litebird_sim/hwp_sys/hwp_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,9 @@ def set_parameters(
it is the kind of HWP matrix to be injected as a starting point
if 'jones' is chosen, the parameters :math:`h_1`, :math:`h_2`,
:math:`\beta`, :math:`z_1`, :math:`z_2`
are used to build the Jones matrix :math:`\begin{pmatrix} 1 + h_1 & z_1 \\ z_2 & - (1 + h_2) e^{i \beta} \\ \end{pmatrix}` and then converted to Mueller.
are used to build the Jones matrix :math:`\begin{pmatrix} 1 + h_1 & z_1 \\
z_2 & - (1 + h_2) e^{i \beta} \\ \end{pmatrix}`
and then converted to Mueller.
:math:`z_1`, :math:`z_2` are assumed to be complex
:math:`h_1`, :math:`h_2`, :math:`\beta` are assumed to be real
:math:`\beta` is assumed to be in degrees (later converted to radians.
Expand Down

0 comments on commit c779995

Please sign in to comment.