File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ has a red box that shows the position of the slice block for
141
141
``someones_epi.nii.gz `` and a blue box for the slice block of
142
142
``someones_anatomy.nii.gz ``:
143
143
144
+ .. images generated by <nibabel>/doc/source/scripts/make_coord_examples.py
145
+
144
146
.. _localizer-image :
145
147
146
148
.. image :: /images/localizer.png
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
""" Make graphics and example image for coordinate tutorial
3
3
4
- Expects MNI nonlinear template t1 and t2 images in directory of script.
4
+ Expects MNI nonlinear template t1 and t2 images in directory of script -
5
+ specifically these files:
5
6
6
- Requires nipy and matplotlib
7
+ * mni_icbm152_t1_tal_nlin_asym_09a.nii
8
+ * mni_icbm152_t2_tal_nlin_asym_09a.nii
9
+
10
+ Requires nipy and matplotlib.
7
11
8
12
Executing this script generates the following files in the current directory:
9
13
You can’t perform that action at this time.
0 commit comments