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  

|
December 21, 2004 02:28PM
Hi Jennine,

A single color is all you should get (since your awk command is extracting
only the node indices). If you also want the values that are in your label file,
add $5 to the awk command. By the way, why are you having awk print out
the 1, 0, 0?

Try this:

awk '{print $1, $5}' area.sed > area.1D.dset

That will give you a file with 2 columns, nodes and values.

On the other hand, you should not need awk at all. If you load the 'area.sed'
file into suma directly, you can just view column #4 for intensity (since
columns are 0-based in suma, but 1-based in awk).

- rick

Subject Author Posted

mri_label2label

Jennine December 21, 2004 01:10PM

Re: mri_label2label

rick reynolds December 21, 2004 01:31PM

Re: mri_label2label

Jennine December 21, 2004 02:21PM

Re: mri_label2label

rick reynolds December 21, 2004 02:28PM

Re: mri_label2label

Jennine December 21, 2004 02:37PM

Re: mri_label2label

Jennine December 21, 2004 02:46PM

Re: mri_label2label

Jennine December 21, 2004 03:03PM

Re: mri_label2label

rick reynolds December 21, 2004 03:59PM

Re: mri_label2label

Jennine December 21, 2004 05:06PM