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  

|
May 11, 2004 11:21AM
The column (.1D) input function only reads numbers, not labels. It reads everything as numbers, THEN edits out the unwanted data. This is the source of the problem.

If your system has the cut command, perhaps you could use this to edit the file. For example,
cut -d" " -f 2- fred.1D > fred2.1D
would remove column 1 on my Mac. See man cut for details of the options.

bob cox

Subject Author Posted

column-specific inputs for waver

Jim Bjork May 10, 2004 03:43PM

Re: column-specific inputs for waver

Gang Chen May 11, 2004 10:45AM

Re: column-specific inputs for waver

Robert Cox May 11, 2004 11:21AM