Skip to content

Commit

Permalink
Merge pull request #563 from ANTsX/fix-typo
Browse files Browse the repository at this point in the history
fix small doc typo
  • Loading branch information
Nick Cullen authored Mar 12, 2024
2 parents b8e7118 + 953e83d commit ba43328
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ants/utils/add_noise_to_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ def add_noise_to_image(image,
noise_parameters
):
"""
Add noise to an image using additive Guassian, salt-and-pepper,
Add noise to an image using additive Gaussian, salt-and-pepper,
shot, or speckle noise.
ANTsR function: `addNoiseToImage`
Arguments
---------
image : ANTsImage
Expand Down

0 comments on commit ba43328

Please sign in to comment.