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 704b97d commit cb96c1eCopy full SHA for cb96c1e
nipype/interfaces/afni/preprocess.py
@@ -2492,6 +2492,14 @@ class TProjectInputSpec(AFNICommandInputSpec):
2492
even if -ort contains constant terms, as all means are
2493
removed.""",
2494
argstr="-polort %d")
2495
+ dsort = File(
2496
+ desc="""Remove the 3D+time time series in dataset fset.
2497
+ ++ That is, 'fset' contains a different nuisance time
2498
+ series for each voxel (e.g., from AnatICOR).
2499
+ ++ Multiple -dsort options are allowed.""",
2500
+ argstr='-dsort %s',
2501
+ exists=True,
2502
+ copyfile=False)
2503
bandpass = traits.Tuple(
2504
traits.Float, traits.Float,
2505
desc="""Remove all frequencies EXCEPT those in the range""",
0 commit comments