help > RE: MNI -> native space (inverse normalization and translation)
Apr 12, 2025  04:04 PM | Alfonso Nieto-Castanon - Boston University
RE: MNI -> native space (inverse normalization and translation)

No problem, to take an anatomical image that is in MNI-space and put it back in "subject-space" (meaning here the space of a subject's functional data before normalization) the syntax would be:


file_ImageInMNI = 'testImage.nii'; 


file_InverseCentering = 'icentering_meanuREST.mat';


file_InverseNormalization = 'iy_art_mean_auREST.nii'; 


conn_module('PREP', ...


   'structurals', file_ImageInMNI, ...


   'steps', {'structural_manualspatialdef','structural_manualorient'}, ...


   'respatialdef', file_InverseNormalization, ...


   'reorient', file_InverseCentering);


Hope this helps


Alfonso


Originally posted by Jaakko Hotta:



Thank you so much for your reply. 


I would need to do the same for anatomical images. Can you provide a syntax for this also because I could not figure it out myself?


best regards Jaakko



 

Threaded View

TitleAuthorDate
Jaakko Hotta Mar 26, 2025
Alfonso Nieto-Castanon Mar 28, 2025
Jaakko Hotta Apr 9, 2025
RE: MNI -> native space (inverse normalization and translation)
Alfonso Nieto-Castanon Apr 12, 2025