Skip to content

Commit d38e98f

Browse files
l-espanaghisvail
andauthored
Remove subject_id input per code review
Co-authored-by: Ghislain Vaillant <[email protected]>
1 parent 2d2072f commit d38e98f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/interfaces/freesurfer/longitudinal.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ def _list_outputs(self):
256256

257257

258258
class BaseReconAllInputSpec(ReconAllInputSpec):
259-
subject_id = traits.Str(argstr="-subjid %s", desc="subject name")
260259
base_id = traits.Str(argstr="-base %s", desc="base template name", xor=["subject_id"])
261260
timepoints = InputMultiObject(
262261
traits.Str(), argstr="-tp %s...", desc="processed time point to use in template"
@@ -352,7 +351,6 @@ def cmdline(self):
352351

353352

354353
class LongReconAllInputSpec(ReconAllInputSpec):
355-
subject_id = traits.Str(argstr="-subjid %s", desc="subject name")
356354
long_id = traits.Str(
357355
argstr="-long %s",
358356
desc="longitudinal session/timepoint id",

0 commit comments

Comments
 (0)