Skip to content

Commit c5d5f06

Browse files
committed
Merge branch 'fix/mrtrix' of github.com:mgxd/nipype into fix/mrtrix
2 parents dd1ed4f + a30b884 commit c5d5f06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nipype/interfaces/mrtrix/convert.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
>>> filepath = os.path.dirname( os.path.realpath( __file__ ) )
88
>>> datadir = os.path.realpath(os.path.join(filepath, '../../testing/data'))
99
>>> os.chdir(datadir)
10-
1110
"""
1211
from __future__ import print_function, division, unicode_literals, absolute_import
1312
from builtins import open
@@ -166,10 +165,8 @@ class MRTrix2TrackVis(BaseInterface):
166165
"""
167166
Converts MRtrix (.tck) tract files into TrackVis (.trk) format
168167
using functions from dipy
169-
170168
Example
171169
-------
172-
173170
>>> import nipype.interfaces.mrtrix as mrt
174171
>>> tck2trk = mrt.MRTrix2TrackVis()
175172
>>> tck2trk.inputs.in_file = 'dwi_CSD_tracked.tck'

0 commit comments

Comments
 (0)