Skip to content

Commit 0cd6fee

Browse files
committed
Typos
1 parent dfb4bc0 commit 0cd6fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NIfTI-Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Before working with .nii.gz files, you'll need the right libraries. In Python, t
6969
7070
<center><h1>🧭 Reference system</h1></center>
7171
72-
NIfTI files has a straighforward reference system with the origin placed behing the `right ear of the patient`:
72+
NIfTI files has a straighforward reference system with the origin placed behind the `right ear of the patient`:
7373
7474
<img src="./images/NIfTI-Guide/3D-reference-system-CTA.png" width=200px>
7575
@@ -1173,7 +1173,7 @@ Uses `sitk.Euler3DTransform()` for rigid registration (rotation + translation).
11731173
- **`SetMetricMovingMask(mask)`**: Sets a mask for the moving image to focus registration on relevant regions.
11741174
- **`SetMetricFixedMask(mask)`**: Sets a mask for the fixed image to ignore irrelevant areas.
11751175
- **`SetInterpolator(interpolation_method)`**: Defines the interpolation method (e.g., sitk.sitkLinear).
1176-
- **`SetOptimizerAsGradientDescent(learningRate, numberOfIterations, estimateLearningRate)`**: Optimizes the transformation using a gradient descent approach. numberOfIterations=500: Controls how many optimization steps are performed.
1176+
- **`SetOptimizerAsGradientDescent(learningRate, numberOfIterations, estimateLearningRate)`**: Optimizes the transformation using a gradient descent approach. `numberOfIterations=500`: Controls how many optimization steps are performed.
11771177
- **`Execute(fixed_image, moving_image)`**: Runs the registration process and returns the final transformation.
11781178
11791179
<br>

0 commit comments

Comments
 (0)