Skip to content

Commit 15207a7

Browse files
authored
debug 'folder does not exist' error when running feat
Feat was expecting lower level .feat folders, when running interfaces.fsl.model.FEATModel(). This suggestion fixes the bug.
1 parent f39e222 commit 15207a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/script_templates/feat_header_l1.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ set fmri(multiple) 1
5252
# Higher-level input type
5353
# 1 : Inputs are lower-level FEAT directories
5454
# 2 : Inputs are cope images from FEAT directories
55-
set fmri(inputtype) 1
55+
set fmri(inputtype) 2
5656

5757
# Carry out pre-stats processing?
5858
set fmri(filtering_yn) 0

0 commit comments

Comments
 (0)