File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -320,10 +320,13 @@ class AutoTcorrelateInputSpec(AFNICommandInputSpec):
320
320
mask = File (exists = True , desc = "mask of voxels" ,
321
321
argstr = "-mask %s" )
322
322
mask_only_targets = traits .Bool (desc = "use mask only on targets voxels" ,
323
- argstr = "-mask_only_targets" )
323
+ argstr = "-mask_only_targets" ,
324
+ xor = ['mask_source' ])
325
+
324
326
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" )
327
+ desc = "mask for source voxels" ,
328
+ argstr = "-mask_source %s" ,
329
+ xor = ['mask_only_targets' ])
327
330
328
331
out_file = File ("%s_similarity_matrix.1D" , desc = 'output image file name' ,
329
332
argstr = '-prefix %s' , name_source = "in_file" , usedefault = True )
You can’t perform that action at this time.
0 commit comments