Skip to content

Commit 9f60922

Browse files
committed
DOC: point to image generation script
in comment in RST file. Add more specifics of needed images in script comments.
1 parent f4811ab commit 9f60922

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/source/coordinate_systems.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ has a red box that shows the position of the slice block for
141141
``someones_epi.nii.gz`` and a blue box for the slice block of
142142
``someones_anatomy.nii.gz``:
143143

144+
.. images generated by <nibabel>/doc/source/scripts/make_coord_examples.py
145+
144146
.. _localizer-image:
145147

146148
.. image:: /images/localizer.png

doc/source/scripts/make_coord_examples.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#!/usr/bin/env python
22
""" Make graphics and example image for coordinate tutorial
33
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:
56
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.
711
812
Executing this script generates the following files in the current directory:
913

0 commit comments

Comments
 (0)