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 725cd82 commit 7d5253eCopy full SHA for 7d5253e
nipype/interfaces/freesurfer/longitudinal.py
@@ -358,17 +358,16 @@ def cmdline(self):
358
359
360
class LongReconAllInputSpec(ReconAllInputSpec):
361
- long_id = traits.Str(
+ longitudinal_timepoint_id = traits.Str(
362
argstr="-long %s",
363
desc="longitudinal session/timepoint id",
364
- xor=["subject_id"],
365
- requires=["base_id"],
+ mandatory=True
366
position=1
367
)
368
- base_id = traits.Str(
+ longitudinal_template_id = traits.Str(
369
argstr="%s",
370
desc="longitudinal base template id",
371
- requires=["long_id"],
+ mandatory=True,
372
position=2
373
374
0 commit comments