Skip to content

Commit e4c4169

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ class AutoTcorrelateInputSpec(AFNICommandInputSpec):
321321
argstr="-mask %s")
322322
mask_only_targets = traits.Bool(desc="use mask only on targets voxels",
323323
argstr="-mask_only_targets")
324+
mask_source = File(exists=True,
324325

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

0 commit comments

Comments
 (0)