Skip to content

Commit 0df35e0

Browse files
committed
added mask_source option to afni.AutoTcorrelate
1 parent e4c4169 commit 0df35e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ class AutoTcorrelateInputSpec(AFNICommandInputSpec):
322322
mask_only_targets = traits.Bool(desc="use mask only on targets voxels",
323323
argstr="-mask_only_targets")
324324
mask_source = File(exists=True,
325+
desc="mask to restrict target voxels. not to be used with mask_only_targets",
326+
argstr="-mask_source %s")
325327

326328
out_file = File("%s_similarity_matrix.1D", desc='output image file name',
327329
argstr='-prefix %s', name_source="in_file", usedefault=True)

0 commit comments

Comments
 (0)