I'm evaluating changing our lab's neuroimaging pipelines to use deepmriprep. I'm very impressed with it so far - installation was straightforward and results look amazing. I'm using command line.
One thing we often do is to transform a custom ROI from template space into subject space. I tried to use torchreg (with a new "prepare" function to set up the affine transformation matrix with the inits without doing a new registration, then the torchreg transform function) to transform between aal3 and aal3_affine (both ways), but neither quite worked. I checked that my affine matrix after initializing (using the individual rotation, translation, etc results) matches the deepmriprep affine matrix and I'm transforming using the same torchreg, so why is it not working? Which way is the affine matrix (i.e., template ->subject or reverse?) and which template are you using (e.g. FSL MNI152_1mm_brain?)
Thanks,
Dave.
I'm evaluating changing our lab's neuroimaging pipelines to use deepmriprep. I'm very impressed with it so far - installation was straightforward and results look amazing. I'm using command line.
One thing we often do is to transform a custom ROI from template space into subject space. I tried to use torchreg (with a new "prepare" function to set up the affine transformation matrix with the inits without doing a new registration, then the torchreg transform function) to transform between aal3 and aal3_affine (both ways), but neither quite worked. I checked that my affine matrix after initializing (using the individual rotation, translation, etc results) matches the deepmriprep affine matrix and I'm transforming using the same torchreg, so why is it not working? Which way is the affine matrix (i.e., template ->subject or reverse?) and which template are you using (e.g. FSL MNI152_1mm_brain?)
Thanks,
Dave.