Skip to content

Commit 59274ee

Browse files
committed
v0.01
1 parent b126775 commit 59274ee

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

notebooks/nipy_t_test_2nd_level.ipynb

+8-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"f, (a1, a2) = subplots(1,2,figsize=(10,3))\n",
130130
"a1.imshow(data_img0[:,:,12])\n",
131131
"a1.set_title('my_example')\n",
132-
"a2.imshow(mask_arr[:,:,12])\n"
132+
"a2.imshow(mask_arr[:,:,12])"
133133
],
134134
"language": "python",
135135
"metadata": {},
@@ -151,6 +151,13 @@
151151
],
152152
"prompt_number": 7
153153
},
154+
{
155+
"cell_type": "markdown",
156+
"metadata": {},
157+
"source": [
158+
"For this subject, the mask was rather large. But usually, you will like to use all subjects (for instance the mean across subjects) to "
159+
]
160+
},
154161
{
155162
"cell_type": "code",
156163
"collapsed": false,
@@ -267,8 +274,6 @@
267274
"#go from a list of 3d to one 4d image:\n",
268275
"data_images_4d = nib.concat_images(data_images, check_affines=True)\n",
269276
"\n",
270-
"# use our model X\n",
271-
"\n",
272277
"# FMRILinearModel will \n",
273278
"# * load the data in fmri_model.fmri_data\n",
274279
"# * load X in fmri_model.design_matrices\n",

0 commit comments

Comments
 (0)