History of AFNI updates  

|
December 10, 2019 03:38PM
Hello,

I do not think you can use sub-brick selectors for the covariates file, since it is not necessarily a numerical file.

If you want to extract the first 2 columns, consider running awk first, as in:

awk '{print $1, $2}' covariate35_new.txt > covariates_2.txt

- rick
Subject Author Posted

crash with 3dttest++ and covariate

claudio_gentili December 09, 2019 02:21PM

Re: crash with 3dttest++ and covariate

rick reynolds December 10, 2019 03:38PM

Re: crash with 3dttest++ and covariate

claudio_gentili December 11, 2019 10:47AM

Re: crash with 3dttest++ and covariate

rick reynolds December 13, 2019 10:14AM