Hi everyone again,
I transformed the surfaces from fsaverage to subject's space fine but I got stuck on the subcortical volume transformation. I apologize, as this is probably basic, still I run out of ideas...
So, my problem is to transform the 'sig.nii.gz' map (of the subcortical activations from standard FS-Fast pipeline) from the mni305 to the orig space of the subject.
I found the 'talairach.xfm' transform from the orig->MNI space, but I didn't find the reversed registration file (if it exists anywhere, please let me know). So I created the back-registration file with bbregister:
bbregister --s Sub001 --mov ~/Freesurfer/subjects/fsaverage/mri/mni305.cor.mgz --T1 --init-fsl --reg mni2subject.datI checked both with the tkregister2 and with the freeview that the orig.mgz and the mni305 with applied registration align. So I tried to apply this registration parameters to the sig.nii.gz with mri_vol2vol:
mri_vol2vol --mov sig.nii.gz --targ ~/Freesurfer/subjects/Sub001/mri/orig.mgz --reg mni2subject.dat --o sig.native.nii.gzBut the output 'sig.native.nii.gz' does not align with the 'orig.mgz' of the subject.
What's more, the prompt on the terminal suggests to check for the registration with:
tkregister2 --mov sig.native.nii.gz --targ /home/pati/Freesurfer/subjects/Sub001/mri/orig.mgz --reg sig.native.nii.gz.regas if it was the output file (sig.native...) being moved with the registration parameters. So I assume that I've messed up something?
So all in end I have a strange situation when sig.nii aligns with MNI, MNI with registration aligns with orig.mgz, but sig.nii with registration does not align with orig.mgz.
I will appreciate any ideas of - how to deal with the problem. Also, as it is highly possible, maybe there's an easier way of transforming the volume output of fs-fast back to orig subject space?
I'm running Freesurfer 5.3 on Gentoo Linux.