From 953e83dd113703ac15f661496a8c15120d78ee8e Mon Sep 17 00:00:00 2001 From: ncullen93 Date: Tue, 12 Mar 2024 09:20:57 +0100 Subject: [PATCH] fix small doc typo --- ants/utils/add_noise_to_image.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ants/utils/add_noise_to_image.py b/ants/utils/add_noise_to_image.py index 1a0f72a5..7bc57f30 100644 --- a/ants/utils/add_noise_to_image.py +++ b/ants/utils/add_noise_to_image.py @@ -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