Skip to content

Commit

Permalink
Minor edits.
Browse files Browse the repository at this point in the history
Edits to correct link (double parenthesis instead of single) and some
spelling. We use American English spelling and corresponding spell
checking, so for consistency's sake centre is changed to center.

Apologies to all contributors from UK Australia and other
locals that use other forms of spelling.
  • Loading branch information
zivy committed Mar 5, 2024
1 parent 9304bfc commit f000abb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Python/60_Registration_Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"# Introduction to SimpleITKv4 Registration <a href=\"https://mybinder.org/v2/gh/InsightSoftwareConsortium/SimpleITK-Notebooks/master?filepath=Python%2F60_Registration_Introduction.ipynb\"><img style=\"float: right;\" src=\"https://mybinder.org/badge_logo.svg\"></a>\n",
"\n",
"First, a reminder of some SimpleITK conventions:\n",
"* The dimensionality of images being registered is required to be the same (ie. 2D/2D or 3D/3D).\n",
"* The dimensionality of images being registered is required to be the same (i.e. 2D/2D or 3D/3D).\n",
"* The pixel type of images being registered is required to be the same.\n",
"* Supported pixel types for images being registered are sitkFloat32 and sitkFloat64. You can use the SimpleITK [Cast](http://www.simpleitk.org/doxygen/latest/html/namespaceitk_1_1simple.html#af8c9d7cc96a299a05890e9c3db911885) function if your image's pixel type is something else.\n",
"\n",
Expand Down Expand Up @@ -60,12 +60,12 @@
"* sitkLanczosWindowedSinc\n",
"* sitkBlackmanWindowedSinc\n",
"\n",
"See the [list of interpolators in the API reference]((http://www.simpleitk.org/doxygen/latest/html/namespaceitk_1_1simple.html#a7cb1ef8bd02c669c02ea2f9f5aa374e5)) for more information\n",
"See the [list of interpolators in the API reference](http://www.simpleitk.org/doxygen/latest/html/namespaceitk_1_1simple.html#a7cb1ef8bd02c669c02ea2f9f5aa374e5) for more information\n",
"\n",
"\n",
"## Data - Retrospective Image Registration Evaluation\n",
"\n",
"In this notebook will be using part of the training data from the Retrospective Image Registration Evaluation ([RIRE](https://rire.insight-journal.org/)) project."
"In this notebook we will be using part of the training data from the Retrospective Image Registration Evaluation ([RIRE](https://rire.insight-journal.org/)) project."
]
},
{
Expand Down Expand Up @@ -215,7 +215,7 @@
"source": [
"## Initial Alignment\n",
"\n",
"To set sensible default values for the centre of rotation and initial translation between the two images, the CenteredTransformInitializer is used to align the centers of the two volumes and set the center of rotation to the center of the fixed image."
"To set sensible default values for the center of rotation and initial translation between the two images, the CenteredTransformInitializer is used to align the centers of the two volumes and set the center of rotation to the center of the fixed image."
]
},
{
Expand Down Expand Up @@ -446,7 +446,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f000abb

Please sign in to comment.