Skip to content

Commit cb96c1e

Browse files
committed
add -dsort option to TProject
1 parent 704b97d commit cb96c1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,6 +2492,14 @@ class TProjectInputSpec(AFNICommandInputSpec):
24922492
even if -ort contains constant terms, as all means are
24932493
removed.""",
24942494
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)
24952503
bandpass = traits.Tuple(
24962504
traits.Float, traits.Float,
24972505
desc="""Remove all frequencies EXCEPT those in the range""",

0 commit comments

Comments
 (0)