Skip to content

Commit 38398b0

Browse files
committed
DOC: Point to correct function to use
1 parent 5cd53c9 commit 38398b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ants/registration/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def registration(
162162
use_legacy_histogram_matching : boolean
163163
if True, use the original histogram matching in ANTs. This is not recommended, but is available for backwards
164164
compatibilty with earlier versions, where it was always turned on. The default is False. A better implementation of
165-
histogram matching is available in the ants.utils.histogram_matching function.
165+
histogram matching is available in the ants.histogram_match_image2 function.
166166
167167
kwargs : keyword args
168168
extra arguments

0 commit comments

Comments
 (0)