@@ -263,9 +263,9 @@ class Tractogram(object):
263
263
choice as long as you provide the correct `affine_to_rasmm` matrix, at
264
264
construction time. When applied to streamlines coordinates, that
265
265
transformation matrix should bring the streamlines back to world space
266
- (RAS+ and mm space) [1 ]_.
266
+ (RAS+ and mm space) [# ]_.
267
267
268
- Moreover, when streamlines are mapped back to voxel space [2 ]_, a
268
+ Moreover, when streamlines are mapped back to voxel space [# ]_, a
269
269
streamline point located at an integer coordinate (i,j,k) is considered
270
270
to be at the center of the corresponding voxel. This is in contrast with
271
271
other conventions where it might have referred to a corner.
@@ -292,8 +292,8 @@ class Tractogram(object):
292
292
293
293
References
294
294
----------
295
- [1 ] http://nipy.org/nibabel/coordinate_systems.html#naming-reference-spaces
296
- [2 ] http://nipy.org/nibabel/coordinate_systems.html#voxel-coordinates-are-in-voxel-space
295
+ .. [# ] http://nipy.org/nibabel/coordinate_systems.html#naming-reference-spaces
296
+ .. [# ] http://nipy.org/nibabel/coordinate_systems.html#voxel-coordinates-are-in-voxel-space
297
297
"""
298
298
def __init__ (self , streamlines = None ,
299
299
data_per_streamline = None ,
@@ -515,9 +515,9 @@ class LazyTractogram(Tractogram):
515
515
choice as long as you provide the correct `affine_to_rasmm` matrix, at
516
516
construction time. When applied to streamlines coordinates, that
517
517
transformation matrix should bring the streamlines back to world space
518
- (RAS+ and mm space) [1 ]_.
518
+ (RAS+ and mm space) [# ]_.
519
519
520
- Moreover, when streamlines are mapped back to voxel space [2 ]_, a
520
+ Moreover, when streamlines are mapped back to voxel space [# ]_, a
521
521
streamline point located at an integer coordinate (i,j,k) is considered
522
522
to be at the center of the corresponding voxel. This is in contrast with
523
523
other conventions where it might have referred to a corner.
@@ -553,8 +553,8 @@ class LazyTractogram(Tractogram):
553
553
554
554
References
555
555
----------
556
- [1 ] http://nipy.org/nibabel/coordinate_systems.html#naming-reference-spaces
557
- [2 ] http://nipy.org/nibabel/coordinate_systems.html#voxel-coordinates-are-in-voxel-space
556
+ .. [# ] http://nipy.org/nibabel/coordinate_systems.html#naming-reference-spaces
557
+ .. [# ] http://nipy.org/nibabel/coordinate_systems.html#voxel-coordinates-are-in-voxel-space
558
558
"""
559
559
def __init__ (self , streamlines = None ,
560
560
data_per_streamline = None ,
0 commit comments