Skip to content

Commit 71a7bc3

Browse files
committed
FIX: reorder exercise numbers
1 parent da63228 commit 71a7bc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

notebooks/basic_interfaces.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
"cell_type": "markdown",
616616
"metadata": {},
617617
"source": [
618-
"### Exercise 1a\n",
618+
"### Exercise 1\n",
619619
"Import `IsotropicSmooth` from `nipype.interfaces.fsl` and find the `FSL` command that is being run. What are the mandatory inputs for this interface?"
620620
]
621621
},
@@ -649,7 +649,7 @@
649649
"cell_type": "markdown",
650650
"metadata": {},
651651
"source": [
652-
"### Exercise 1b\n",
652+
"### Exercise 2\n",
653653
"Run the `IsotropicSmooth` for `/data/ds000114/sub-01/ses-test/anat/sub-01_ses-test_T1w.nii.gz` file with a smoothing kernel 4mm:"
654654
]
655655
},
@@ -684,7 +684,7 @@
684684
"cell_type": "markdown",
685685
"metadata": {},
686686
"source": [
687-
"### Exercise 1c\n",
687+
"### Exercise 3\n",
688688
"Plot the output of your interface."
689689
]
690690
},

notebooks/basic_nodes.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"cell_type": "markdown",
210210
"metadata": {},
211211
"source": [
212-
"### Exercise 1a\n",
212+
"### Exercise 1\n",
213213
"Define a `Node` for `IsotropicSmooth` (from `fsl`). Run the node for T1 image for one of the subjects."
214214
]
215215
},
@@ -250,7 +250,7 @@
250250
"cell_type": "markdown",
251251
"metadata": {},
252252
"source": [
253-
"### Exercise 1b\n",
253+
"### Exercise 2\n",
254254
"Plot the original image and the image after smoothing."
255255
]
256256
},

0 commit comments

Comments
 (0)