DPABI problems about structural MRI data processing

Submitted by Fly2themoon on

Dear professor Yan,

I found a problem about structural MRI data processing in DPABI, but im not sure. I found the results of after Image Reslicer(utilities) were binary images...but when i use SPM coreg, it didn't happen.

this is my results after DPABI and SPM8 processing: 

soo, maybe the registeration methods is different.

Thank u for your explanation.

GOOD LUCK

YAN Chao-Gan

Mon, 09/19/2016 - 06:39

Hi,

This is because your original data is saved in int.

You can save the resliced data in float. Please revise y_Reslice.m

After Line 85, add the following:

OutHead.pinfo = [1;0;0];
OutHead.dt    =[16,0];

 

Best,

Chao-Gan