Skip to content

Commit 90e6b19

Browse files
mfmachadoeffigies
andauthored
Update nipype/interfaces/robex/preprocess.py
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent 35ccaa9 commit 90e6b19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/robex/preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class RobexSegment(CommandLine):
5454
Examples
5555
--------
5656
>>> path_mr = 'structural.nii'
57-
>>> robex = RobexSegment(in_file=path_mr)
57+
>>> robex.cmdline
58+
'runROBEX.sh structural.nii structural_brain.nii structural_mask.nii'
5859
>>> robex.run() # doctest: +SKIP
5960
6061
"""

0 commit comments

Comments
 (0)