Skip to content

MRtrix 3.0 dwi2fod single output error #2822

Closed
@jguillon

Description

@jguillon

Hi, I got this error when executing mrtrix3.EstimateFOD interface with the latest MRtrix version (3.0_RC2-117-gf098f097) installed on macOS Mojave 10.14.2 through a brew install mrtrix3:

dwi2fod: [ERROR] CSD algorithm expects a single input response function and single output FOD image

It seems that MRtrix now expects "pairs of input tissue response and output ODF images" according to the documentation. So I guess that the following lines need to be updated:

wm_txt = File(
argstr='%s', position=-6, mandatory=True, desc='WM response text file')
wm_odf = File(
'wm.mif',
argstr='%s',
position=-5,
usedefault=True,
mandatory=True,
desc='output WM ODF')
gm_txt = File(argstr='%s', position=-4, desc='GM response text file')
gm_odf = File('gm.mif', usedefault=True, argstr='%s',
position=-3, desc='output GM ODF')
csf_txt = File(argstr='%s', position=-2, desc='CSF response text file')
csf_odf = File('csf.mif', usedefault=True, argstr='%s',
position=-1, desc='output CSF ODF')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions