Skip to content

Commit f40c056

Browse files
committed
remove redundant subjects directory input
1 parent baed706 commit f40c056

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,8 +1197,6 @@ class Tkregister2InputSpec(FSTraitedSpec):
11971197
desc='fsl-style registration input matrix')
11981198
subject_id = traits.String(argstr="--s %s", mandatory=True,
11991199
desc='freesurfer subject ID')
1200-
subjects_dir = traits.Str(argstr='--sd %s',
1201-
desc=('freesurfer subjects directory defaults to $SUBJECTS_DIR'))
12021200
noedit = traits.Bool(True, argstr="--noedit", desc='do not open edit window (exit)', usedefault=True)
12031201
reg_file = File(name_template='%s.dat', name_source='fsl',
12041202
mandatory=True, argstr="--reg %s",

0 commit comments

Comments
 (0)