You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a subject processed with --output-spaces MNI152NLin6Asym:res-2, the MNI-space boldref, t2star, and BOLD mask volumes appear misregistered to the MNI template, though the BOLD timeseries appear correctly registered. No errors in processing reported
Ah, okay. Yes, the problem is that nitransforms builds a list of transforms while antsApplyTransforms builds a stack, so we can't pass the same sequence to our own resampler versus antsApplyTransforms.
Closes#3237.
- Switch order of transforms in `boldref2target` node of `init_ds_volumes_wf` from boldref2anat_xfm --> anat2std_xfm to anat2std_xfm --> boldref2anat_xfm, as antsApplyTransforms expects transforms to be provided in reverse order.
What happened?
In a subject processed with
--output-spaces MNI152NLin6Asym:res-2
, the MNI-space boldref, t2star, and BOLD mask volumes appear misregistered to the MNI template, though the BOLD timeseries appear correctly registered. No errors in processing reportedWhat command did you use?
What version of fMRIPrep are you running?
current Dockerhub unstable
How are you running fMRIPrep?
Singularity
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
No response
Additional information / screenshots
from the command.txts in the work dir, it looks like xfms are being passed in the opposite of the expected order for antsApplyTransforms:
The text was updated successfully, but these errors were encountered: