Skip to content

Commit c2d6b0d

Browse files
committed
ENH: some small changes
1 parent c5649df commit c2d6b0d

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

notebooks/basic_iteration.ipynb

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,12 @@
99
"source": [
1010
"<img src=\"../static/images/iterables.png\" width=\"240\">\n",
1111
"\n",
12-
"# Iterables\n"
13-
]
14-
},
15-
{
16-
"cell_type": "markdown",
17-
"metadata": {
18-
"deletable": true,
19-
"editable": true
20-
},
21-
"source": [
22-
"Some steps in a neuroimaging analysis are repetitive. Running the same preprocessing on multiple subjects or doing statistical inference on multiple files. To prevent the creation of multiple individual scripts, Nipype has as execution plugin, called **``iterables``**. (The main homepage has a [nice section](http://nipype.readthedocs.io/en/latest/users/mapnode_and_iterables.html) about ``MapNode`` and ``iterables`` if you want to learn more)."
23-
]
24-
},
25-
{
26-
"cell_type": "markdown",
27-
"metadata": {
28-
"collapsed": true,
29-
"deletable": true,
30-
"editable": true
31-
},
32-
"source": [
12+
"# Iterables\n",
13+
"\n",
14+
"Some steps in a neuroimaging analysis are repetitive. Running the same preprocessing on multiple subjects or doing statistical inference on multiple files. To prevent the creation of multiple individual scripts, Nipype has as execution plugin, called **``iterables``**.\n",
15+
"\n",
16+
"The main homepage has a [nice section](http://nipype.readthedocs.io/en/latest/users/mapnode_and_iterables.html) about ``MapNode`` and ``iterables`` if you want to learn more. Also, if you are interested in more advanced procedures, such as synchronizing multiple iterables or using conditional iterables, check out [synchronize and intersource](http://nipype.readthedocs.io/en/latest/users/joinnode_and_itersource.html#synchronize).\n",
17+
"\n",
3318
"For example, let's assume we have a node (A) that does simple skull stripping, followed by a node (B) that does isometric smoothing. Now, let's say, that we are curious about the effect of different smoothing kernels. Therefore, we want to run the smoothing node with FWHM set to 2mm, 8mm and 16mm."
3419
]
3520
},

0 commit comments

Comments
 (0)