interfaces.dipy.base

DipyBaseInterface

Link to code

A base interface for py:mod:dipy computations

Inputs:

None

Outputs:

None

DipyDiffusionInterface

Link to code

A base interface for py:mod:dipy computations

Inputs:

[Mandatory]
in_bval: (an existing file name)
        input b-values table
in_bvec: (an existing file name)
        input b-vectors table
in_file: (an existing file name)
        input diffusion data

[Optional]
b0_thres: (an integer (int or long), nipype default value: 700)
        b0 threshold
out_prefix: (a unicode string)
        output prefix for file names

Outputs:

None