We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2072f commit d38e98fCopy full SHA for d38e98f
nipype/interfaces/freesurfer/longitudinal.py
@@ -256,7 +256,6 @@ def _list_outputs(self):
256
257
258
class BaseReconAllInputSpec(ReconAllInputSpec):
259
- subject_id = traits.Str(argstr="-subjid %s", desc="subject name")
260
base_id = traits.Str(argstr="-base %s", desc="base template name", xor=["subject_id"])
261
timepoints = InputMultiObject(
262
traits.Str(), argstr="-tp %s...", desc="processed time point to use in template"
@@ -352,7 +351,6 @@ def cmdline(self):
352
351
353
354
class LongReconAllInputSpec(ReconAllInputSpec):
355
356
long_id = traits.Str(
357
argstr="-long %s",
358
desc="longitudinal session/timepoint id",
0 commit comments