Skip to content

Commit abfa731

Browse files
authored
Update poisson.jl
1 parent 3bf28de commit abfa731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poisson.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function poisson!(X::AbstractArray, scaling=nothing; clip=false)
2424
end
2525

2626
"""
27-
poisson(X; scaling=nothing, clip=false)
27+
poisson(X, scaling=nothing; clip=false)
2828
2929
Returns the array `X` affected by Poisson noise.
3030
At every position the Poisson noise affects the intensity individually

0 commit comments

Comments
 (0)