Print

Print


Sorry, I red your mail too fast and I thought you were talking about eddy current corrections.
Usually I use fsl flirt for this. I use a bet T1 (your remove the skull using BET) and the FA map. In the advanced option, don't forget to set the parameters of cost function to mutual information, as FA and T1 are two different modality of neuroimaging.
I think SPM is working pretty much the same, don't forget to remove the skull of your T1-weighted images.
You can find more details on the forum of the natbrainlab website (http://www.natbrainlab.com).

hope it helps,
cheers,

michel
On Nov 3, 2010, at 12:34 PM, Naroa Ibarretxe Bilbao wrote:

Thank you Michel for your suggestion. However, I don't see clear how can I use this program to improve the corregistration of the DTI and the T1-weighted images in the voxel-based analysis of DTI images with SPM. I see it useful for tactography but no for corregistration. Any more tips?



2010/11/2 Michel Thiebaut de Schotten <[log in to unmask]>
I suggest you to use ExploreDTI (http://www.exploredti.com) instead of the script.
michel




On Nov 2, 2010, at 2:00 PM, Naroa Ibarretxe Bilbao wrote:

Dear SPMrs,

We are trying to perform a longitudinal study of DTI images and using the following script for the corregistration. However, the corregistration we get is rather bad. Any other ways of making the corregistration successfully?

Thank you in advance,

Naroa.

IMA3D  = spm_select(1,'IMAGE','Selecciona els 3d')
IMAT2  = spm_select(1,'IMAGE','Selecciona el t2')
IMAMAP = spm_select(Inf,'IMAGE','Selecciona les altres imatges a moure')

V3D  = spm_vol(IMA3D);
VF   = spm_vol(IMAT2);
VMAP = spm_vol(IMAMAP);

% Initial 6 parameter registration

x     = spm_coreg(V3D,VF);

% Refine this with a 12 parameter registration

flagsC = struct('params',[x 1 1 1 0 0 0]);
x     = spm_coreg(V3D,VF,flagsC);

M     = inv(spm_matrix(x));

% Update the .mat files

spm_get_space(VF.fname,M*VF.mat);

for i=1:length(VMAP),
    spm_get_space(VMAP(i).fname,M*VMAP(i).mat);
end;

P={IMA3D,IMAT2,IMAMAP};

flagsR.mean=0;
flagsR.hold = 0;
flagsR.which=1;
flagsR.mask=0;
spm_reslice(P,flagsR);

Michel Thiebaut de Schotten, PhD
NATBRAINLAB
ANR-CAFORPFC/ANR-HMTC
CRICM-INSERM UMRS 975
Pavillon de l'Enfance et l'Adolescence
47 Bd de l'Hôpital
75651 Paris Cedex 13, France
www.natbrainlab.com
skype: michel_thiebaut_de_schotten
+33 613579133



Michel Thiebaut de Schotten, PhD
NATBRAINLAB
ANR-CAFORPFC/ANR-HMTC
CRICM-INSERM UMRS 975
Pavillon de l'Enfance et l'Adolescence
47 Bd de l'Hôpital
75651 Paris Cedex 13, France
www.natbrainlab.com
skype: michel_thiebaut_de_schotten
+33 613579133