April 2013

REST1.8报错

在用REST做correlation Analysis时报错如下:
 Correlation Calculating...
.......??? Attempted to access r(1,2); index out of bounds because numel(r)=1.

Error in ==> rest_corr_Image at 84
                    rCorr(i,j,k)=r(1,2);

Error in ==> rest_corr_gui>btnCompute_Callback at 158
rest_corr_Image(DependentDirs,SeedSeries,OutputName,...

Error in ==> gui_mainfcn at 96
        feval(varargin{:});

新版DPARSF报错的问题

老师您好,我用DPARSF121225和130309版本处理数据老师出现问题,因为数据以前都处理的没有问题,试了很多次还是不行,麻烦您指导一下如果调程序,数据的参数是时间点130,扫描层数48,隔层扫,TR=3s,没有结构项数据,比如:
1.在去线性漂移的时候报错
??? Error using ==> ctranspose
Out of memory. Type HELP MEMORY for your options.

Error in ==> rest_detrend at 40
    AllVolume=reshape(AllVolume,[],nDimTimePoint)';

关于two sample t test检验时遇到的问题

大家好:
    在双样本t检验时可以增加协变量(例如灰质,年龄,性别等)。在增加灰质这个协变量时,这个参数是怎么得到的呢?还有性别等因素是txt格式,这个我不太清楚是怎么回事。在文本文档里是怎么写的。
     谢谢。

采用rest 1.8对基于SPM统计分析结果进行AlphaSim校正的相关问题咨询

 严老师:
       您好!我尝试采用REST1.8的AlphaSim方法对SPM的统计结果(任务fMRI)进行矫正,有几个细节不是很清楚,见下:

1)rmm:这个默认值是5mm,我想问一下选择这个值的依据是什么(或者这个参数的意义是什么)?

2)FWHM:在REST1.8版本中,已经采用了自动的方法进行估算(根据一个spmT.img以及一个mask.img),但是估算出来的结果相当大。我查了一下对应的(组分析)SPM.mat中SPM.xVol.FWHM是[6.8625 7.0820 6.8962],但是REST自己估算出来的值却是[19.709 23.452 20.767].请问两者的区别是什么原因造成的?

Forums: 

motion estimation

 I find that the motion derived in dparsf appears to be different that the motion parameters that SPM derives in standard preprocessing outside of dparsf.  Why would that be?  For example, if I view the rp file created by spm in preprocessing there is no motion over 2mm, but if I runt he same data in dparsf, it will suggest I exclude several people at the 2mm cut off.  Thanks!