Skip to content

Commit

Permalink
DOC: Point to correct function to use
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Jan 16, 2025
1 parent 5cd53c9 commit 38398b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ants/registration/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def registration(
use_legacy_histogram_matching : boolean
if True, use the original histogram matching in ANTs. This is not recommended, but is available for backwards
compatibilty with earlier versions, where it was always turned on. The default is False. A better implementation of
histogram matching is available in the ants.utils.histogram_matching function.
histogram matching is available in the ants.histogram_match_image2 function.
kwargs : keyword args
extra arguments
Expand Down

0 comments on commit 38398b0

Please sign in to comment.