Help with error

Submitted by Matteo85 on

Hello!

I am at my first work with DPABI, I would to run data which T1 are already betted, I've uploaded the template if it can be useful.

It's occuring this error and I'm not figuring out how to solve it, can you help me ?
 
Generating AutoMasks begin...
 
Reading images from "/Users/fgd2006/Desktop/NHtrial/AnalysisPT_1/FunImgR/20031_1/rest.nii" etc.
Error using y_ReadAll (line 76)
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
 
Error in w_Automask (line 27)
[Volume4D, VoxelSize, ImgFileList, Header] = y_ReadAll(Data); %Revised by YAN Chao-Gan 140401,
change to use Read All.
 
Error in DPARSFA_run>(parfor body) (line 1784)
            w_Automask(InputDir, OutputFile);
 
Error in DPARSFA_run (line 1774)
    parfor i=1:AutoDataProcessParameter.SubjectNum
 
Error in DPARSFA>pushbuttonRun_Callback (line 1761)
    [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
 
 
Thanks a lot,
Matteo

YAN Chao-Gan

Thu, 02/04/2016 - 09:24

Hi Matteo,

This is because you didn't check the slice timing option.

As your functional images named as rest.nii, after realign, it's rrest.nii. DPARSF consider all files initiated with r as realigned files. The solution is either rename rest.nii to other name, e.g., fmrirest.nii; or add the slice timing option. It adds an initial of 'a'.

Best,

Chao-Gan

Attachment Size
Screen Shot 2016-02-03 at 5.12.42 PM.png 119.53 KB