Skip to content

Commit

Permalink
Add \mu to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Dec 22, 2023
1 parent fe2938d commit 80e150e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ radon(img::AbstractArray{T, 2}, angles::AbstractArray{T2, 1}, μ=nothing;
view(radon(reshape(img, (size(img)..., 1)), T.(angles), μ; backend), :, :, 1)

"""
radon(I, θs; backend=KernelAbstractions.get_backend(I))
radon(I, θs, μ=nothing; backend=KernelAbstractions.get_backend(I))
Calculates the parallel Radon transform of the AbstractArray `I`.
The first two dimensions are y and x. The third dimension is z, the rotational axis.
Expand Down

0 comments on commit 80e150e

Please sign in to comment.