Maximum variable size allowed by the program is exceeded

 Dear DPARSF developers, 

I am trying to run a test set of participants on using DPARSF and receive the following error: 

Removing the linear trend:
Read 3D EPI functional images: "/data/kodos/work/struct/dominic/dparsf_v1.0beta/ads20/FunImgNormalizedSmoothed/1005037".??? Maximum variable size allowed by the program is exceeded.
I read a previous post which mentioned that it may be a Matlab version issue. I have now upgraded our version of Matlab to 7.9.0 (R2009b) and I still get the error message. Any help would be much appreciated. 
thanks,
dominic



 

Hi!
What's the resolution of your data? How many voxels in each image? (e.g. 61X73X61).
How many time points do you have?
This error may caused by the huge dataset.
More information is in

Be aware of the number of elements limit:

in http://www.mathworks.com/support/tech-notes/1100/1107.html#_Toc170182654
Best wishes!

 Hi, 
Thanks for your response. The dimensions are 91X109X91 (I think this is the default from DPARSF) with 510 images. We're running a 32-bit Linux debian system with matlab 2009. Are these specifications likely to cause the problem? 
thanks,
dom

Hi!
The default setting for DPARSF is 61X73X61 (voxel size: 3X3X3).
For your data, the dataset is 91*109*91*510*8 bytes, i.e. 91*109*91*510*8/1024/1024/1024/1024/1024/1024=3.4298G.
In http://www.mathworks.com/support/tech-notes/1100/1107.html#_Toc170182654

For 32-bit Linux - Pcocessing Limit: ~3GB
Thus your dataset exceed the maximum.

Two suggestions:
1) install 64bit Linux or install kernel-hugemem (e.g. for CentOS5).
2) Wait for the incoming realease of REST. It will process in single format if your data is too huge (Thus just need 1.7G RAM).
Best wishes!

Hi again, 
To get around this problem I used a test image that has been preprocessed in SPM5 to 3mm. The detrending and filtering now works but when I attempt to run the functional connectivity with regression of nuisance covariates I get the following error: 

??? Index exceeds matrix dimensions.
 
Error in ==> DPARSF_run at 712
            BrainTemp=mean(Data(BrainIndex));
 
Error in ==> DPARSF>pushbuttonRun_Callback at 841
    [Error]=DPARSF_run(handles.Cfg);
 
Error in ==> gui_mainfcn at 96
        feval(varargin{:});
 
Error in ==> DPARSF at 33
    gui_mainfcn(gui_State, varargin{:});
 
??? Error while evaluating uicontrol Callback

Thanks for your continued help.

dominic
 

I think the dimmention of your data is not 61*73*61 though their vox size is 3*3*3.
Best wishes!

Hi,
Thanks again for your help, the images were in a different dimension to your templates and now I am able to preprocess a single subject through dparsf from beginning to end. However, when I tried to process a group of 20 I get a read/write error at the filtering stage. I have not changed the settings between running the single subject and running the group. I used the REST_Fix_Read_Write_Error.m patch but I still get the error. Strangely, I have run this analysis twice and the error occurs at two different times: in the first run it happened after the 11th subject and now it happens at the first subject. In both cases it occurs when the hdr/img files are being written. I am using matlab version 7.4.0 (R2007a) with SPM8 because of a previous post indicating that 2009 does not work. This is the error: 

Saving filtered images. Wait......................................................................................................??? Error using ==> rest_WriteNiftiImage at 92

Meet error while writing the data

 

Error in ==> rest_writefile at 79
    rest_WriteNiftiImage(data,Header,filename);
 
Error in ==> rest_bandpass at 210
rest_writefile(single(theDataset4D(:, :, :, x)), ...
 
Error in ==> DPARSF_run at 562
        rest_bandpass([AutoDataProcessParameter.DataProcessDir,filesep,FunImgDir,filesep,AutoDataProcessParameter.SubjectID{i}], ...
 
Error in ==> DPARSF>pushbuttonRun_Callback at 841
    [Error]=DPARSF_run(handles.Cfg);
 
Error in ==> gui_mainfcn at 95
        feval(varargin{:});
 
Error in ==> DPARSF at 33
    gui_mainfcn(gui_State, varargin{:});
 
??? Error using ==> DPARSF('pushbuttonRun_Callback',gcbo,[],guidata(gcbo))
Error using ==> rest_WriteNiftiImage at 92
Meet error while writing the data
 
??? Error while evaluating uicontrol Callback
Thanks for your help. 

dominic


 

Hi!
This error is really weird.
I just wander if there is any permission or disk space problem?
Best wishes!

Error | Forum of resting-state fMRI

Error

The website encountered an unexpected error. Please try again later.