Skip to content

Commit

Permalink
ENH: Fix figure caption in Anatomy of a NIfTI episode
Browse files Browse the repository at this point in the history
Fix figure caption in `Anatomy of a NIfTI` episode, and adjust the
accompanying paragraph wording.
  • Loading branch information
jhlegarreta committed Feb 29, 2024
1 parent ba37d8c commit fd6e461
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions episodes/anatomy-of-nifti.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,10 @@ Next we'll see how to not just pull one voxel but a slice or an array of voxels
## Working with image data

Slicing does exactly what it seems to imply.
Giving our 3D volume, we pull out a 2D slice of our data.
Here's an example of slicing from left to right (sagittal slicing):
Giving our 3D volume, we pull out a 2D **slice** of our data.

![](fig/T1w.gif)

Check warning on line 413 in episodes/anatomy-of-nifti.md

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: fig/T1w.gif

This gif is a series of 2D images or **slices** moving from left to right.
From left to right: sagittal, coronal and axial slices.

Let's pull the 10th slice in the x axis.

Expand Down

0 comments on commit fd6e461

Please sign in to comment.