DPARSFA BET error Index exceeds matrix

Submitted by veeus18 on
Hello, 
while running dpabi, I get the below error during the brain extraction step. How do I identify which subject is throwing this error and or what is a posisble fix?-
 
...
Moving Head Motion Corrected Files:012V1 OKMoving Head Motion Corrected Files:011V1 OKMoving Head Motion Corrected Files:013V1 OK
Moving Head Motion Corrected Files:009V1 OKMoving Head Motion Corrected Files:018V1 OK
Moving Head Motion Corrected Files:013V1 OK
 
Bet begin...
Error using DPARSFA_run>(parfor body) (line 1432)
Index exceeds matrix dimensions.
Error in DPARSFA_run (line 1411)
        parfor i=1:AutoDataProcessParameter.SubjectNum
Error in DPARSFA>pushbuttonRun_Callback (line 1786)
    [Error]=DPARSFA_run(handles.Cfg);
Error in gui_mainfcn (line 95)
        feval(varargin{:});
Error in DPARSFA (line 30)
    gui_mainfcn(gui_State, varargin{:});
Error using waitfor
Error while evaluating UIControl Callback

.......

 

thnak you.

I identified the problem; for 2 of the subjects, the .nii images weren't copied over from T1Raw to T1Img. For one of these there were 2 sets of .nii images (perhaps because I had run multiple times?), for the other one, not sure why it didn't copy over..But once I copied these into T1Img, Bet ran fine. I checked the T1 .nii files in fslview, they all looked fine.

thank you.