History of AFNI updates  

|
October 24, 2014 12:46PM
Hi Ajay,

I have little experience with ICA, though censoring
seems uncommon in such a case. Ignoring whether it
is a good idea, if you just want to remove censored
TRs from a time series, consider soemthing like:

set keep_trs = `1d_tool.py -infile $censor_file -show_trs_uncensored encoded`
echo "keeping TRs: $keep_trs"
3dTcat -prefix rest_censored $rest_file"[$keep_trs]"

- rick
Subject Author Posted

ICA analysis and motion scrubbing (censor timepoints) using 3dDeconvolve

AjaySK October 23, 2014 11:06AM

Re: ICA analysis and motion scrubbing (censor timepoints) using 3dDeconvolve

rick reynolds October 24, 2014 12:46PM

Re: ICA analysis and motion scrubbing (censor timepoints) using 3dDeconvolve

AjaySK October 29, 2014 02:33PM