Skip to content

Eddy-Wrapper does not work properly  #769

@JensNRAD

Description

@JensNRAD

Hi,

thanks for the great Framework.

I think there are two bugs in the FSL Eddy wrapper.

[319] in_topup = File(exists=True, desc='Base name for output files from topup', argstr='--topup=%s' )

does not work correctly, because eddy just expects a base name which it uses for two files (basename_fieldcoef.nii.gz and basename_movpar.txt). A quick fix is to set exists=False.

The second bug is in the output check.
[368] outputs['out_parameter'] = '%s..eddy_parameters' % self.inputs.out_base

it should read:
[368] outputs['out_parameter'] = '%s.eddy_parameters' % self.inputs.out_base
(Just one dot between %s and eddy_parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions