AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
November 07, 2012 08:06AM
if Gang's suggestion doesn't work, you could try something like:

#!/bin/tcsh

set runs = yourNumberOfRuns

foreach f (`ls *1D`)

set c = 1

set stem = `echo $f | sed s/.1D//`

cat $f | head -$c | tail -1 > $stem.r0${c}.1D

@ c = $c + 1

end

end

I know it's not what you are looking for but I had had do this myself when I wanted to do an analysis of each run so I thought it would post it just in case it was useful--it's not anything complicated but hope it helps.

best

James
Subject Author Posted

referencing single lines within timing files

Peter November 05, 2012 08:18PM

Re: referencing single lines within timing files

gang November 06, 2012 01:54PM

Re: referencing single lines within timing files

jkeidel November 07, 2012 08:06AM