Error in Normalization

Submitted by evast001 on

Hello

When I preprocess my data using DPABI (DPARSF, 4.0 Advanced edition) I can't seem to get past the normalizing step. In the command window of matlab, I get the message "Running 'Normalize: Write' Done, Normalize-Write T1 Image: X OK" for each of my participants. Then all of a sudden it tries to extract ROI-signals and I get this  error message (in red):

Extracting ROI signals...

Reading images from "MY DIRECTORY" etc.
Assignment has more non-singleton rhs dimensions than non-singleton
subscripts
 
Error in y_ReadAll (line 76)
            Data(:,:,:,j) = DataTemp;
 
Error in y_ExtractROISignal (line 56)
    [AllVolume,VoxelSize,theImgFileList, Header] =y_ReadAll(AllVolume);
 
Error in DPARSFA_run>(parfor body) (line 2598)
                y_ExtractROISignal([AutoDataProcessParameter.DataProcessDir,filesep,FunSessionPrefixSet{iFunSession},AutoDataProcessParameter.StartingDirName,filesep,AutoDataProcessParameter.SubjectI
                Error in parallel_function (line 466)
            F(base, limit);
 
Error in DPARSFA_run (line 2453)
        parfor i=1:AutoDataProcessParameter.SubjectNum
 
Error in DPARSFA>pushbuttonRun_Callback (line 1761)
    [Error]=DPARSFA_run(handles.Cfg);
 
Error in gui_mainfcn (line 96)
        feval(varargin{:});
 
Error in DPARSFA (line 30)
    gui_mainfcn(gui_State, varargin{:});
 
It seems that the normalization went fine but there is no FunImgARCW file in my directory. What's happening? I want to normalize using unified segmentation, and I use MATLAB_R2014b.
 
I'm thankful for any input.
 
Best,
Eva

YAN Chao-Gan

Fri, 03/18/2016 - 21:53

Hi Eva,

FunImgARCW is missing...

What's your setting for DPARSF? Could you paste a snapshot here?

Best,

Chao-Gan

evast001

Thu, 03/24/2016 - 16:19

In reply to by YAN Chao-Gan

Hi Chao-Gan

First of all, I'm sorry for my very late reply. I've added a snap shot of my preprocessing specifications. 

Best,

 

Eva

 

 

 

 

Hi Eva,

It's difficult to guess the problem. Probably reprocess the data will give a better idea.

Best,

Chao-Gan