Discuss

BOLD信号具体数值

Submitted by nutrition-li on
Forums

有个小问题,我一直想不明白,请大家帮忙。
在一幅fMRI图像中,BOLD信号具体数值是多少?怎么样才能看到这个数据?
举个例子,有篇文章得到了下面的统计图,我想知道BOLD信号的数值是怎么得到的,用SPM能实现吗?

Rest img mismatch after AFNI normalization

Submitted by marvelancet on
Forums
Taxonomy upgrade extras

Hi everybody,

I'm currently processing a series of rest fmri data which need to be manually normalized.

The procedure briefly goes like this:

 -- dparsf completed the pre-normalization steps from 'dicom->nifti' to 'realign'
 
 -- toggle spm, 'coregister: estimate', 

 -- switch AFNI,
   
   '3dWarp -deoblique' and '3drefit -markers ' to generate sturctural .HEAD/BRIK pair

今天碰到的几个问题

Submitted by marvelancet on
Forums
Taxonomy upgrade extras
近期碰到几个问题
拿出来大家看看:

做统计分析结果呈现的时候,因为是手动配准,用的AFNI tlrc坐标,最终结果在各种工具中呈现结果不同:
rest slice viewer效果最好,与模板匹配




同样的结果放到MRIcroN就不匹配(我用的模板和mask是同源的)
可能是MNI坐标与tlrc坐标不同的关系






在spm里面也一样 不匹配:

dparsf潜在的bug?

Submitted by marvelancet on
Forums
Taxonomy upgrade extras
亲爱滴们:

今天碰到这样一个问题,焦头烂额:
由于这批数据需要手动配准,所以我的处理流程如下:
1. 用dparsf批处理至realign。
2.用spm做coregister.
3.用AFNI转换格式后做Normalize
4.转换个格式后,将得到的EPI相文件放入FunImgNormalized文件夹。
然后启动dparsf,
先跳过Smooth做的ReHo,很顺利,detrend, filter, reho...没有任何问题。
然后继续用dparsf做alff以及falff,操作过程如下:
    -matlab下输入dparsf
    -依次去掉smooth前所有的勾
    -选择工作目录
   - 输入时间点190
   - 选择自定义模板 

help 2: dparsf

Submitted by marvelancet on
Forums
Taxonomy upgrade extras
hi,

the previous error i brought up was fixed by adding the line
    "rest_Fix_Read_Write_Error"
before initializing dparsf.

however, the time between pressing the bottom "run" and actual data precessing is much longer  in the linux environment than windows (just now i experienced a 15 min lag).
so is the time for data precessing.
what might the problem be? how can i fix it?
i'm currently using double systems on my laptop, which are windows XP and linux fedora ver 12.

help: dparsf error

Submitted by marvelancet on
Forums
Linux, fedora 12
Matlab 2010a
Dparsf lastest ver.
spm8
error:

??? Error using ==> DPARSF('editSliceOrder_Callback',gcbo,[],guidata(gcbo))
Error: This statement is incomplete.

Error in ==> DPARSF>editSliceOrder_Callback at 369
    handles.Cfg.SliceTiming.SliceOrder =eval(['[',SliceOrder,']']);

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

Error in ==> DPARSF at 39