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
As reported by @eburkevt back in October 18, 2020, resampled BOLD time-series in standard spaces do not look good anymore.
This PR uses FreeSurfer to cater RAS2RAS transforms to *NiTransforms*.
This may resolved the problem for *fMRIPrep* regardless of the resolution of nipy/nitransforms#125
Addresses: #2307.
wq
The structarray was used directly and the extra axis actually changed
the order of operations when the direction cosines were scaled by the
voxel sizes.
A new test case has been added for which this error was apparent.
This bug caused nipreps/fmriprep#2307, nipreps/fmriprep#2393, and
nipreps/fmriprep#2410.
nipreps/fmriprep#2444 just works around the problem by using
``lta_convert`` instead of *NiTransforms*.
The ``lta_convert`` tool can be now dropped.
Resolves: #125
For instance, when reading:
nitransforms interprets:
However, the same lta converted into RAS2RAS with freesurfer is:
which shows nitransforms' matrix is pretty far off.
Similarly, when reading the RAS2RAS lta immediately above, we get:
which seems off (I cannot say this for certain yet).
The text was updated successfully, but these errors were encountered: