I'm trying to motion correct a T1w EPI time-series, where the acquisition order of the slices is shuffled in each repetition, such that in each volume the slices have slightly different contrasts.
As you can appreciate in the gif below, this change in contrast leads to an apparent "motion", characterized by a moving "nulling/dark band".
Some ideas that I have tried have included:
Registering to the mean image where the band dissapears
Using MI as a metric as it isn't completely driven by contrast
Strongly winsorizing image intensities
Pre-processing the images before motion correction by e.g. taking the square root (to reduce the difference in contrast)
Using both smoothing/non-smoothing
The best results I have so far are the output time-series looking pretty much like the input series, i.e., not affected by the dark band but also not correcting for the actual motion. These were achieved with the following command:
Hi all,
I'm trying to motion correct a T1w EPI time-series, where the acquisition order of the slices is shuffled in each repetition, such that in each volume the slices have slightly different contrasts. As you can appreciate in the gif below, this change in contrast leads to an apparent "motion", characterized by a moving "nulling/dark band".
Some ideas that I have tried have included:
The best results I have so far are the output time-series looking pretty much like the input series, i.e., not affected by the dark band but also not correcting for the actual motion. These were achieved with the following command:
I decided not to use the antsMotionCorr tool because antsRegistration gave me more flexibility (I can winsorize image intensities, for example).
Would you guys have any more ideas that I could try?
Thank you again.