File tree 1 file changed +4
-4
lines changed
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):
269
269
270
270
which is presented as :math:`AL(\alpha) = 1 - IAM` in equation 4 of [1]_,
271
271
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
274
274
interval.
275
275
276
276
References
@@ -891,8 +891,8 @@ def schlick_diffuse(surface_tilt):
891
891
implements only the integrated Schlick approximation.
892
892
893
893
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:
896
896
897
897
.. code::
898
898
You can’t perform that action at this time.
0 commit comments