Skip to content

Commit

Permalink
Fix documented order of transforms for registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed May 8, 2024
1 parent c5bbc22 commit 2054ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05_basic_registration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"</li>\n",
"</ul>\n",
"\n",
"The transformation that maps points from the fixed to moving image domains is thus: $^M\\mathbf{p} = T_{opt}(T_m(T_f^{-1}(^F\\mathbf{p})))$\n",
"The transformation that maps points from the fixed to moving image domains is thus: $^M\\mathbf{p} = T_m(T_{opt}(T_f^{-1}(^F\\mathbf{p})))$\n",
"\n",
"We now modify the previous example to use $T_{opt}$ and $T_m$."
]
Expand Down

0 comments on commit 2054ba5

Please sign in to comment.