Print

Print


Dear SPMers,

I would like to register the Talairach atlas image included in FSL to the
MNI space of SPM. However, I am unsure which is the best strategy to follow?

1) Read in the values and coordinates of the Talairach image (TAL) by means
of spm_read_vols:
[TALvol,TALcoord] = spm_read_vols(spm_vol(TAL));

2) Register the TAL coordinates to MNI using tal2mni or tal2icbm_spm:
TALcoord_MNI = tal2icbm_spm(TALcoord);

Is this strategy correct?
Is there any function that I can use for writing the registered
coordinates/values to a new image?

Any help would be really great!
Best,

Nikos