Skip to content

Commit

Permalink
Merge pull request #312 from OHBA-analysis/matsvanes-patch-1
Browse files Browse the repository at this point in the history
corect typos in documentation
  • Loading branch information
matsvanes authored Jul 9, 2024
2 parents 4a8441c + 1483f05 commit 5a25ab1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions osl/source_recon/rhino/coreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ def coreg(
This assumes that we trust the size (e.g. in mm) of the polhemus-derived fids, but not the size of sMRI-derived fids. E.g. this might be the case if we do not trust
the size (e.g. in mm) of the sMRI, or if we are using a template sMRI that would has not come from this subject.
3) If a scaling is learnt in step 2, we apply it to sMRI, and to anything derived from sMRI
3) If a scaling is learnt in step 2, we apply it to sMRI, and to anything derived from sMRI.
4) Transform sMRI-derived headshape pnts into polhemus space 5) We have the polhemus-derived headshape points in polhemus space and the sMRI-derived headshape (scalp
surface) in native sMRI space. Use these to estimate the affine xform from native sMRI space using the ICP algorithm initilaised using the xform estimate in step 2.
4) Transform sMRI-derived headshape points into polhemus space.
5) We have the polhemus-derived headshape points in polhemus space and the sMRI-derived headshape (scalp surface) in native sMRI space. Use these to estimate the affine
xform from native sMRI space using the ICP algorithm initilaised using the xform estimate in step 2.
Parameters
----------
Expand Down

0 comments on commit 5a25ab1

Please sign in to comment.