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 758251a commit 0eb6ba0Copy full SHA for 0eb6ba0
nipype/interfaces/freesurfer/preprocess.py
@@ -1562,8 +1562,8 @@ class RobustRegister(FSCommand):
1562
>>> reg.inputs.target_file = 'T1.nii'
1563
>>> reg.inputs.auto_sens = True
1564
>>> reg.inputs.init_orient = True
1565
- >>> reg.cmdline # doctest: +ALLOW_UNICODE
1566
- 'mri_robust_register --satit --initorient --lta structural_robustreg.lta --mov structural.nii --dst T1.nii'
+ >>> reg.cmdline # doctest: +ALLOW_UNICODE +ELLIPSIS
+ 'mri_robust_register --satit --initorient --lta .../structural_robustreg.lta --mov structural.nii --dst T1.nii'
1567
1568
References
1569
----------
0 commit comments