Problem with using DPARSF A

Dear Experts,

I am trying to use the DPARSF toolbox to do nuisance regression (WM, CSF, rigid-body 6) and filtering (bandpass .01 - .08) and cannot get the program to work.  I have added subfolders for SPM8 and dpabi V1.1/DPARSF V3.0 in MATLAB 2014a.  When I try to use the "blank template" for these two functions, I get the error:

 

Error using DPARSFA_run>(parfor body) (line 459)
Cannot CD to
/Users/admin/Desktop/FunRaw/S2.standard_space_filtered_func_data.nii.gz (Directory
access failure).
 
Error in DPARSFA_run (line 458)
                    parfor i=1:AutoDataProcessParameter.SubjectNum
 
 
Error in DPARSFA>pushbuttonRun_Callback (line 1663)
    [Error]=DPARSFA_run(handles.Cfg);
 
 
Error in gui_mainfcn (line 95)
        feval(varargin{:});
 
Error in DPARSFA (line 30)
    gui_mainfcn(gui_State, varargin{:});
 
 
Error while evaluating uicontrol Callback
 
Please advise.
 
best,
Jason

Hi Jason,
Two things:

1. Add all subfolders for DPABI, but not only DPARSF.
2. Rename "S2.standard_*" to "S2_standard_*"

Best,

Chao-Gan