Skip to content

Commit e44e2d2

Browse files
committed
Improved example ROBEX.
1 parent 90e6b19 commit e44e2d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Kshitij Chawla <[email protected]>
121121
Leonie Lampe <[email protected]>
122122
Lukas Snoek <[email protected]>
123123
124+
Maria de Fatima Dias <[email protected]> <[email protected]>
124125
Martin Perez-Guevara <[email protected]>
125126
126127

nipype/interfaces/robex/preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ class RobexSegment(CommandLine):
5353
5454
Examples
5555
--------
56-
>>> path_mr = 'structural.nii'
56+
>>> path_mr, path_out, path_mask = 'structural.nii', 'structural_brain.nii', 'structural_mask.nii'
57+
>>> robex = RobexSegment(in_file=path_mr, out_file=path_out, out_mask=path_mask)
5758
>>> robex.cmdline
5859
'runROBEX.sh structural.nii structural_brain.nii structural_mask.nii'
5960
>>> robex.run() # doctest: +SKIP

0 commit comments

Comments
 (0)