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  

|
bob cox
December 03, 2002 07:04PM
OH. The 1D file format is very very simple. It assumes that the each line of the file has the same number of values stored as the first line. What happens when this assumption is violated, I'm not sure -- I'd have to read the code again (after many years).

If your columns are neatly aligned, then you could possibly use the Unix "colrm" utility. For example, if the numbers you need are all in the first 7 characters of each line, and in each such 7 character block is just one number, then the command
colrm 8 < q.1D
will strip off characters 8,9,... from each line, and output the result to stdout. So something like
waver -tstim `colrm 8 < q.1D` > qq.1D
might work for you.

Sorry for the problems. bob cox
Subject Author Posted

more waver problems

Sean Drummond December 03, 2002 02:04PM

Re: more waver problems

bob cox December 03, 2002 02:49PM

Re: more waver problems

Sean Drummond December 03, 2002 04:08PM

Re: more waver problems

bob cox December 03, 2002 04:20PM

Re: more waver problems

Sean Drummond December 03, 2002 06:55PM

Re: more waver problems

bob cox December 03, 2002 07:04PM

Re: more waver problems

Tom Ross December 04, 2002 11:32AM