Skip to content

Commit c5e7ce2

Browse files
committed
Some deps update
1 parent 736705f commit c5e7ce2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

SAS_examples.jl

+13-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ function angular_spectrum(field::Matrix{T}, z, λ, L; pad_factor = 2) where T
155155
# smoothing at 0.8 is arbitrary but works well
156156
W = .*(smooth_f.(abs2.(f_y) ./ u_limit^2 .+ abs2.(f_x) * λ^2, 0.8, 1),
157157
smooth_f.(abs2.(f_x) ./ u_limit^2 .+ abs2.(f_y) * λ^2, 0.8, 1))
158-
159158
# propagate field
160159
field_out = fftshift(ifft(fft(ifftshift(field_new)) .* H .* W))
161160
# take center part because of circular convolution
@@ -1028,7 +1027,7 @@ uuid = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
10281027
version = "1.2.1"
10291028
10301029
[[deps.ImageMagick_jll]]
1031-
deps = ["Artifacts", "Ghostscript_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "Pkg", "Zlib_jll", "libpng_jll"]
1030+
deps = ["Artifacts", "Ghostscript_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "OpenJpeg_jll", "Pkg", "Zlib_jll", "libpng_jll"]
10321031
git-tree-sha1 = "124626988534986113cfd876e3093e4a03890f58"
10331032
uuid = "c73af94c-d91f-53ed-93a7-00f77d67a9d7"
10341033
version = "6.9.12+3"
@@ -1295,6 +1294,12 @@ version = "2.36.0+0"
12951294
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
12961295
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12971296
1297+
[[deps.LittleCMS_jll]]
1298+
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "Pkg"]
1299+
git-tree-sha1 = "110897e7db2d6836be22c18bffd9422218ee6284"
1300+
uuid = "d3a379c0-f9a3-5b72-a4c0-6bf4d2e8af0f"
1301+
version = "2.12.0+0"
1302+
12981303
[[deps.LogExpFunctions]]
12991304
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
13001305
git-tree-sha1 = "c3ce8e7420b3a6e071e0fe4745f5d4300e37b13f"
@@ -1481,6 +1486,12 @@ git-tree-sha1 = "a4ca623df1ae99d09bc9868b008262d0c0ac1e4f"
14811486
uuid = "18a262bb-aa17-5467-a713-aee519bc75cb"
14821487
version = "3.1.4+0"
14831488
1489+
[[deps.OpenJpeg_jll]]
1490+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libtiff_jll", "LittleCMS_jll", "Pkg", "libpng_jll"]
1491+
git-tree-sha1 = "76374b6e7f632c130e78100b166e5a48464256f8"
1492+
uuid = "643b3616-a352-519d-856d-80112ee9badc"
1493+
version = "2.4.0+0"
1494+
14841495
[[deps.OpenLibm_jll]]
14851496
deps = ["Artifacts", "Libdl"]
14861497
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"

0 commit comments

Comments
 (0)