I am attempting to open a functional map of task-related activity on the MNI template. Preprocessing and group analyses were performed based on TT_N27 space.
How to accurately convert TT_N27 space to MNI space?
If your dataset is specifically in TT_N27 space (you have aligned all your data to the TT_N27+tlrc template, then you can use the exact transformation, the inverse of the 12-piece transformation that brought the N27 dataset to Talairach space. This command applies that inverse transformation:
I hadn’t noticed this behavior, but you can use “-preserve” to move the data with something like NN interpolation with this option. I don’t think we have another existing program to warp the 12-piece transformation with other interpolation methods. See if that option works well enough for you. If you want output to be formally in MNI space in the output. You can refit the dataset with
I use “-preserve” to move the data with 3dfractionize:
3dfractionize -template …/ffa_ppa/0815/MNI152_T1_2009c+orig -input FIRST_HOUSEFC_FACEFC_rppa+tlrc -warp TT_N27+tlrc -preserve -clip 0.2 -prefix MNI_FIRST_HOUSEFC_FACEFC_rppa.
The warning was: this option requires short- or byte-valued input dataset!New dataset output failed. (attachment)
I did not successfully transfer the data to the MNI space.
I also tried :
3drefit -space MNI -view tlrc MNI2009c_FIRST_HOUSEFC_FACEFC_rppa+tlrc
I found it just changed some of the information inside the dataset’s header, I’m not sure the dataset was in MNI space after 3drefit.
How about “-tta2mni” in 3dWarp? I saw that it can also transform a dataset in tlrc to MNI space.
Could you give me some advice again? I really need the space conversion.
The
National Institute of Mental Health (NIMH) is part of the National Institutes of
Health (NIH), a component of the U.S. Department of Health and Human
Services.