File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ def martin_ruiz(aoi, a_r=0.16):
269269
270270 which is presented as :math:`AL(\alpha) = 1 - IAM` in equation 4 of [1]_,
271271 with :math:`\alpha` representing the angle of incidence AOI. Thus IAM = 1
272- at AOI = 0, and IAM = 0 at AOI = 90. This equation is only valid for
273- -90 <= aoi <= 90, therefore `iam` is constrained to 0.0 outside this
272+ at AOI = 0° , and IAM = 0 at AOI = 90° . This equation is only valid for
273+ 0° <= aoi <= 90° , therefore `iam` is constrained to 0.0 outside this
274274 interval.
275275
276276 References
@@ -891,8 +891,8 @@ def schlick_diffuse(surface_tilt):
891891 implements only the integrated Schlick approximation.
892892
893893 Note also that the output of this function (which is an exact integration)
894- can be compared with the output of :py:func:`marion_diffuse` which numerically
895- integrates the Schlick approximation:
894+ can be compared with the output of :py:func:`marion_diffuse` which
895+ numerically integrates the Schlick approximation:
896896
897897 .. code::
898898
You can’t perform that action at this time.
0 commit comments