I’m using afni_proc.py, which removes TRs containing motion events. In the documentation, nothing is mentioned about removing the TR before and after. I would like to include this in my processing. What is the best way to do this?
Motion parameters suggest motion when their difference
is large. But since we cannot tell during which time point
the motion occurred, the default operation is to censor
both time points. The -regress_censor_prev option can
be used to control this, and defaults to ‘yes’.
There is currently no option for censoring any additional
time points, at least when based on the motion parameters.
- rick