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 81b738b commit 4171b19Copy full SHA for 4171b19
nipype/interfaces/niftyreg/reg.py
@@ -387,7 +387,7 @@ class RegF3D(NiftyRegCommand):
387
>>> node.inputs.omp_core_val = 4
388
>>> node.cmdline # doctest: +ELLIPSIS +ALLOW_UNICODE
389
'reg_f3d -cpp .../im2_cpp.nii.gz -flo im2.nii -omp 4 -ref im1.nii \
390
--res .../flo_res.nii.gz -rmask mask.nii'
+-res .../im2_res.nii.gz -rmask mask.nii'
391
392
"""
393
_cmd = get_custom_path('reg_f3d')
0 commit comments