Hi All,
I'm using Nipype to preprocess resting-state data (realignment, artifact rejection, tCompCorr etc) and I want to add (ANTs-based) registration steps to existing pipelines.
I've been able to generate a group-specific template using ANTs but was wondering whether there is also an option to make it comparable to e.g. MNI templates. In other words, take e.g., the MNI152 1mm template as an initial reference.
Further, since I want to run a group ICA later, I want to get all data in this template space but resampled to e.g. 3 mm^3. I have the registration parameters to get from [mean] EPI-space to T1 space and the parameters from T1 to template but both separately. The two main questions are:
- how to combine these two registrations in a nipype-kind-of-way (similar to fsl's convert_xfm)
- how to resample the data. If I do not resample, I end up with data in template space (1mm^3) and get a huge inflation of data that is going to make the group ICA impossible (concatenation-based ICA using FSL's melodic).
In other words, is there a way to do this ANTS registration similarly to the SPM normalisation routines?
Cheers and thanks in advance
Cris