NIPY logo
Home · Quickstart · Documentation · Citation · NiPy
Loading

Table Of Contents

Versions

ReleaseDevel
0.5.3pre-0.6
Download Github

Links

interfaces.dcm2nii

Dcm2nii

Code: file:///tmp/buildd/nipype-0.5.3/nipype/interfaces/dcm2nii.py#L27

Wraps command dcm2nii

Inputs:

[Mandatory]
source_names: (an existing file name)

[Optional]
anonymize: (a boolean)
args: (a string)
        Additional parameters to the command
config_file: (an existing file name)
environ: (a dictionary with keys which are a value of type 'str' and with values which
         are a value of type 'str', nipype default value: {})
        Environment variables
gzip_output: (a boolean, nipype default value: False)
id_in_filename: (a boolean, nipype default value: False)
ignore_exception: (a boolean, nipype default value: False)
        Print an error message instead of throwing an exception in case the interface fails to
        run
nii_output: (a boolean, nipype default value: True)
output_dir: (an existing directory name)
reorient: (a boolean)
reorient_and_crop: (a boolean)

Outputs:

bvals: (an existing file name)
bvecs: (an existing file name)
converted_files: (an existing file name)
reoriented_and_cropped_files: (an existing file name)
reoriented_files: (an existing file name)