File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ class CompCor(BaseInterface):
352
352
def _run_interface (self , runtime ):
353
353
imgseries = nb .load (self .inputs .realigned_file , mmap = NUMPY_MMAP ).get_data ()
354
354
components = None
355
-
355
+
356
356
for mask_file in self .inputs .mask_file :
357
357
mask = nb .load (mask_file , mmap = NUMPY_MMAP ).get_data ()
358
358
@@ -441,7 +441,7 @@ class TCompCorInputSpec(CompCorInputSpec):
441
441
442
442
class TCompCorOutputSpec (CompCorInputSpec ):
443
443
# and all the fields in CompCorInputSpec
444
- high_variance_mask = File (exists = True , desc = "voxels excedding the variance threshold" )
444
+ high_variance_mask = InputMultiPath ( File (exists = True , desc = "voxels excedding the variance threshold" ) )
445
445
446
446
class TCompCor (CompCor ):
447
447
'''
You can’t perform that action at this time.
0 commit comments