We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd1ed4f + a30b884 commit c5d5f06Copy full SHA for c5d5f06
nipype/interfaces/mrtrix/convert.py
@@ -7,7 +7,6 @@
7
>>> filepath = os.path.dirname( os.path.realpath( __file__ ) )
8
>>> datadir = os.path.realpath(os.path.join(filepath, '../../testing/data'))
9
>>> os.chdir(datadir)
10
-
11
"""
12
from __future__ import print_function, division, unicode_literals, absolute_import
13
from builtins import open
@@ -166,10 +165,8 @@ class MRTrix2TrackVis(BaseInterface):
166
165
167
Converts MRtrix (.tck) tract files into TrackVis (.trk) format
168
using functions from dipy
169
170
Example
171
-------
172
173
>>> import nipype.interfaces.mrtrix as mrt
174
>>> tck2trk = mrt.MRTrix2TrackVis()
175
>>> tck2trk.inputs.in_file = 'dwi_CSD_tracked.tck'
0 commit comments