Skip to content

Commit 8bd9bf8

Browse files
committed
Merge pull request #1237 from chrisfilo/fix/skullstrip_redirect_x
skullstrip needs X... for something!
2 parents 1a6a3e1 + 280b582 commit 8bd9bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,7 @@ class SkullStrip(AFNICommand):
12311231
12321232
"""
12331233
_cmd = '3dSkullStrip'
1234+
_redirect_x = True
12341235
input_spec = SkullStripInputSpec
12351236
output_spec = AFNICommandOutputSpec
12361237

0 commit comments

Comments
 (0)