From 652a63181ad00ef177cf0e5f42d931b1ddbbdf9c Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Tue, 5 Mar 2024 16:10:37 -0500 Subject: [PATCH] Minor edits. 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. --- Python/60_Registration_Introduction.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Python/60_Registration_Introduction.ipynb b/Python/60_Registration_Introduction.ipynb index 5e124ec3..056191e4 100644 --- a/Python/60_Registration_Introduction.ipynb +++ b/Python/60_Registration_Introduction.ipynb @@ -7,7 +7,7 @@ "# Introduction to SimpleITKv4 Registration \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", @@ -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." ] }, { @@ -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." ] }, { @@ -446,7 +446,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.7" + "version": "3.8.5" } }, "nbformat": 4,