nipype.interfaces.diffusion_toolkit.base module¶
The dtk module provides basic functions for interfacing with Diffusion Toolkit tools.
Currently these tools are supported:
- TODO
Examples
See the docstrings for the individual classes for ‘working’ examples.
-
class
nipype.interfaces.diffusion_toolkit.base.Info¶ Bases:
objectHandle dtk output type and version information.
Examples
>>> from nipype.interfaces.diffusion_toolkit import Info >>> Info.version() # doctest: +SKIP >>> Info.subjectsdir() # doctest: +SKIP
-
static
version()¶ Check for dtk version on system
Parameters: None – Returns: version – Version number as string or None if FSL not found Return type: str
-
static
