-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slice Timing for SAMRI diagnose
#13
Comments
addressed this issue on neurostars: https://neurostars.org/t/nipy-spacetimerealigner-problem/337/8 |
@damaggu FSL has a slice timing correction function, which has a nipype interface already. Maybe it's worth a try, though I still believe the best solution is to sort the SpaceTimeRealigner out with Alexis Roche. |
Sounds like a plan! I'd say we leave the bug open until we find a viable non-SPM solution to both spatial and temporal alignment. |
@damaggu I might have figured out what's up. How can the slice timing correction be performed without passing the times of the slices to the function (we currently don't extract those from the ParaVision metadata)? It can't. The algorithm is forced to assume that the slices are spaced evenly covering the entire TR, which in some scans may not be the case (and may be argued to be suboptimal). I'll have to find out whether this is the case in these scans of mine. |
Our diagnosis tool for stimulus evoked activity and measurement quality/stability uses FSL's
melodic
. Though the MELODIC guide recommends the input be preprocessed the pipeline still fails as soon as the most basic preprocessing step (spatiotemporal realignment) is NOT skipped.We should:
The text was updated successfully, but these errors were encountered: