Skip to content

Commit

Permalink
Merge pull request #535 from ANTsX/reg-docs
Browse files Browse the repository at this point in the history
update reg docs
  • Loading branch information
Nick Cullen authored Feb 16, 2024
2 parents 2ed8e52 + 72566b4 commit 087d760
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ants/registration/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ def registration(
flow_sigma : scalar
smoothing for update field
At each iteration, the similarity metric and gradient is calculated.
That gradient field is also called the update field and is smoothed
before composing with the total field (i.e., the estimate of the total
transform at that iteration). This total field can also be smoothed
after each iteration.
total_sigma : scalar
smoothing for total field
Expand Down

0 comments on commit 087d760

Please sign in to comment.