Skip to content

Commit

Permalink
update reg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Feb 16, 2024
1 parent 5ec8195 commit 72566b4
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 72566b4

Please sign in to comment.