Skip to content

Commit

Permalink
Fix result documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJMue committed Jul 19, 2024
1 parent e7cc018 commit 3e56873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elli/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def T(self) -> npt.NDArray:
r"""Returns the absolute transmittance for unpolarized light.
.. math::
T = T_{pp} / T_{ss}
T = (T_{pp} / T_{ss}) / 2
"""
return (self.T_matrix[:, 0, 0] + self.T_matrix[:, 1, 1]) / 2

Expand Down

0 comments on commit 3e56873

Please sign in to comment.