Open up the Foreach and fill the columns. The columns are organized like so:
Fill in a row for each subject / study you wish to preprocess.
cat Desk.log | egrep "Total|Worst|name"
sort -n thresholds.txt | head stats < logs/thresholds.txt
java -ms128m -mx128m SliceApp &
Generally Perform baseline correction is a useful thing to do. But,
if you have different tasks in different pfiles and are hoping to detect
differences across pfiles, the baseline correct will probably remove them.
The Mean image sets the baseline for each voxel timecourse. You can
use a mean image, or any other image. The baseline you select is
somewhat arbitrary.
CCN lab typically removes 1st order (linear) trends, Polynomial
order 1. Removing 2nd order trends would also be safe, but, you
probably don't want to go higher than that.
If you use the Internal outlier correction, set it high, like 5 or 6.
This removes outliers before fitting the trend line, so the outliers do not
bias the fit. It is not necessary to use this.
The Afni 3dFourier program is an alternative for linear detrend, it does
non-linear frequency based filtering to remove any noise in a given
frequency range.
It is usually helpful and safe to Perform outlier correction, typically 3 or 4 std dev are used. This removes outliers after the trend has been removed.