-
Hello, I am trying to register my EPI images to standard space. I have a few questions that I haven't been able to find answers to online (I apologize if I have missed the documentation or instructions for best practices in my search). I would like to register each of my 4D bold time series to each subject's T1w structural, then to standard MNI space. I have a few specific questions.
Thanks very much! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
First, start with Second, have you looked at this example? It will probably answer your questions. |
Beta Was this translation helpful? Give feedback.
-
Take a look again---the example doesn't involve ANTsR. But, yes, the steps that you outline are correct. |
Beta Was this translation helpful? Give feedback.
-
To compose transforms, you must specify
By default, the output of the antsRegistration programs maintains separation between the linear and deformable parts of the total output transform. Unless you do something special, this output will typically be
Note that the order matters, specifically transforms are read in reverse order as specified in the command. Therefore, to do the inverse of the above, you would specify:
|
Beta Was this translation helpful? Give feedback.
To compose transforms, you must specify
-o [$example_func2standard_1WarpCollapsedWarp.nii.gz,1]
.