We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0517e23 commit fb61822Copy full SHA for fb61822
nipype/interfaces/niftyseg/em.py
@@ -127,8 +127,7 @@ class EM(NiftySegCommand):
127
>>> node.inputs.in_file = 'im1.nii'
128
>>> node.inputs.no_prior = 4
129
>>> node.cmdline # doctest: +ALLOW_UNICODE
130
- 'seg_EM -in im1.nii -nopriors 4 -bc_out im1_bc_em.nii.gz
131
- -out im1_em.nii.gz -out_outlier im1_outlier_em.nii.gz'
+ 'seg_EM -in im1.nii -nopriors 4 -bc_out im1_bc_em.nii.gz -out im1_em.nii.gz -out_outlier im1_outlier_em.nii.gz'
132
133
"""
134
_cmd = get_custom_path('seg_EM', env_dir='NIFTYSEGDIR')
0 commit comments