From a6bbb9713ae9d7250dfdbafcd89a90b4cc03157b Mon Sep 17 00:00:00 2001 From: Peter Simon Date: Thu, 16 Jan 2025 18:25:34 -0800 Subject: [PATCH] Correct manual section on Fresnel tables --- docs/literate/manual.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/literate/manual.jl b/docs/literate/manual.jl index 6431de58..34d7e7af 100644 --- a/docs/literate/manual.jl +++ b/docs/literate/manual.jl @@ -590,7 +590,7 @@ flist = union(7:0.5:10, 20:0.5:25) # Two frequency bands # result file) can be converted to an HFSS SBR+-compatible Fresnel table # using the function [`res2fresnel`](@ref). Fresnel tables contain reflection # and transmission coefficients for only "front" surface incidence, and only for co-polarized -# (TE → TE and TE → TE) scattering. In addition, coefficients for only one azimuth angle ϕ are +# (TE → TE and TM → TM) scattering. In addition, coefficients for only one azimuth angle ϕ are # retained in such a table. These limitations impose restrictions on the type of structure that # can be analyzed for use in generating a valid Fresnel table. For details, see the documentation # of [`res2fresnel`](@ref). Sample code for creating a Fresnel table is shown in