Error during preprocessing (normalization)

Hello All,

I am trying to use DPARSF to preprocess my resting state data.  I have a pipeline set up which includes normalization using Dartel.  The processing stream progresses fine through the point where I interactively realign both the anatomical T1 images and the functional images, but I receive the following error after that point (see below).  I am having a difficult time interpreting what the issue is... can someone provide me with info as to how to resolve this issue and proceed? Thank you.

Error message:
Index exceeds matrix dimensions.

 
Error in DPARSFA_run (line 958)
        cd([AutoDataProcessParameter.DataProcessDir,filesep,'T1Img',filesep,AutoDataProcessParameter.SubjectID{1}]);
        
 
Error in DPARSF_run (line 113)
[Error] = DPARSFA_run(Cfg);
 
 
Error in DPARSF>pushbuttonRun_Callback (line 1122)
    [Error]=DPARSF_run(handles.Cfg);
 
 
Error in gui_mainfcn (line 95)
        feval(varargin{:});
 
Error in DPARSF (line 51)
    gui_mainfcn(gui_State, varargin{:});
 
 
Error using waitfor
Error while evaluating uicontrol Callback

Sincerely, 
Ben Mooneyham