History of AFNI updates  

|
November 07, 2008 09:42AM
Hi Michael,

How many lines long are the files, and how many TRs are
you supposed to have per run? I guess this is one way of
asking whether you used the "-numout" option to waver...

If they are of the same length, then just concatenate them:

cat run1.1D run2.1D > run_both.1D

If they are not of the proper length, then either re-run waver
with -numout, or grab the correct number of lines:

head -120 run1.1D > run_both.1D
head -120 run2.1D >> run_both.1D

Note that the second command uses appending.

- rick

Subject Author Posted

concat of waver timeseries

Michael Amlung November 05, 2008 09:40AM

Re: concat of waver timeseries

Michael Amlung November 07, 2008 09:34AM

Re: concat of waver timeseries

rick reynolds November 07, 2008 09:42AM

Re: concat of waver timeseries

Michael Amlung November 07, 2008 10:27AM