Skip to content

Commit 3196726

Browse files
committed
adding description to radius
1 parent ec5d3b1 commit 3196726

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ class ANTSInputSpec(ANTSCommandInputSpec):
5454
desc='the metric weight(s) for each stage. '
5555
'The weights must sum to 1 per stage.')
5656

57-
radius = traits.List(traits.Int(), requires=['metric'], mandatory=True, desc='')
57+
radius = traits.List(traits.Int(), requires=['metric'], mandatory=True,
58+
desc='radius of the region (i.e. number of layers around a voxel point)'
59+
' that is used for computing cross correlation')
5860

5961
output_transform_prefix = Str('out', usedefault=True, argstr='--output-naming %s',
6062
mandatory=True, desc='')

0 commit comments

Comments
 (0)